Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenIdentifier.Kind

Packages that use AuthenticationProtos.TokenIdentifier.Kind
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.security   
 

Uses of AuthenticationProtos.TokenIdentifier.Kind in org.apache.hadoop.hbase.ipc
 

Fields in org.apache.hadoop.hbase.ipc with type parameters of type AuthenticationProtos.TokenIdentifier.Kind
protected static Map<AuthenticationProtos.TokenIdentifier.Kind,org.apache.hadoop.security.token.TokenSelector<? extends org.apache.hadoop.security.token.TokenIdentifier>> RpcClient.tokenHandlers
           
 

Uses of AuthenticationProtos.TokenIdentifier.Kind in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AuthenticationProtos.TokenIdentifier.Kind
 AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifierOrBuilder.getKind()
          required .TokenIdentifier.Kind kind = 1;
 AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.getKind()
          required .TokenIdentifier.Kind kind = 1;
 AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Builder.getKind()
          required .TokenIdentifier.Kind kind = 1;
static AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Kind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Kind.valueOf(int value)
           
static AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationProtos.TokenIdentifier.Kind[] AuthenticationProtos.TokenIdentifier.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type AuthenticationProtos.TokenIdentifier.Kind
static com.google.protobuf.Internal.EnumLiteMap<AuthenticationProtos.TokenIdentifier.Kind> AuthenticationProtos.TokenIdentifier.Kind.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AuthenticationProtos.TokenIdentifier.Kind
 AuthenticationProtos.TokenIdentifier.Builder AuthenticationProtos.TokenIdentifier.Builder.setKind(AuthenticationProtos.TokenIdentifier.Kind value)
          required .TokenIdentifier.Kind kind = 1;
 

Uses of AuthenticationProtos.TokenIdentifier.Kind in org.apache.hadoop.hbase.security
 

Methods in org.apache.hadoop.hbase.security that return AuthenticationProtos.TokenIdentifier.Kind
 AuthenticationProtos.TokenIdentifier.Kind SecurityInfo.getTokenKind()
           
 

Constructors in org.apache.hadoop.hbase.security with parameters of type AuthenticationProtos.TokenIdentifier.Kind
SecurityInfo(String serverPrincipal, AuthenticationProtos.TokenIdentifier.Kind tokenKind)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.