Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.security |
Modifier and Type | Field and Description |
---|---|
protected static Map<AuthenticationProtos.TokenIdentifier.Kind,org.apache.hadoop.security.token.TokenSelector<? extends org.apache.hadoop.security.token.TokenIdentifier>> |
RpcClientImpl.tokenHandlers |
protected static Map<AuthenticationProtos.TokenIdentifier.Kind,org.apache.hadoop.security.token.TokenSelector<? extends org.apache.hadoop.security.token.TokenIdentifier>> |
AsyncRpcChannel.tokenHandlers |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<AuthenticationProtos.TokenIdentifier.Kind> |
AuthenticationProtos.TokenIdentifier.Kind.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
AuthenticationProtos.TokenIdentifier.Builder |
AuthenticationProtos.TokenIdentifier.Builder.setKind(AuthenticationProtos.TokenIdentifier.Kind value)
required .TokenIdentifier.Kind kind = 1; |
Modifier and Type | Method and Description |
---|---|
AuthenticationProtos.TokenIdentifier.Kind |
SecurityInfo.getTokenKind() |
Constructor and Description |
---|
SecurityInfo(String serverPrincipal,
AuthenticationProtos.TokenIdentifier.Kind tokenKind) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.