Class: ThriftHiveMetastore::Get_delegation_token_with_signature_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/thrift_hive_metastore.rb

Constant Summary collapse

RENEWER_KERBEROS_PRINCIPAL_NAME =
1
TOKEN_SIGNATURE =
2
FIELDS =
{
  RENEWER_KERBEROS_PRINCIPAL_NAME => {:type => ::Thrift::Types::STRING, :name => 'renewer_kerberos_principal_name'},
  TOKEN_SIGNATURE => {:type => ::Thrift::Types::STRING, :name => 'token_signature'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3763
# File 'lib/thrift/thrift_hive_metastore.rb', line 3763

def struct_fields; FIELDS; end

#validateObject



3765
3766
# File 'lib/thrift/thrift_hive_metastore.rb', line 3765

def validate
end