|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
AuthenticationProtos.TokenIdentifier.Kind |
AuthenticationProtos.TokenIdentifier.getKind()
|
AuthenticationProtos.TokenIdentifier.Kind |
AuthenticationProtos.TokenIdentifier.Builder.getKind()
|
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |