| Package | Description |
|---|---|
| org.apache.hadoop.security | |
| org.apache.hadoop.security.rpcauth |
| Modifier and Type | Method and Description |
|---|---|
static UserGroupInformation.AuthenticationMethod |
UserGroupInformation.AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserGroupInformation.AuthenticationMethod[] |
UserGroupInformation.AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserGroupInformation.AuthenticationMethod |
RpcAuthMethod.authenticationMethod |
| Modifier and Type | Method and Description |
|---|---|
UserGroupInformation.AuthenticationMethod |
RpcAuthMethod.getAuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
static RpcAuthMethod |
RpcAuthRegistry.getAuthMethod(UserGroupInformation.AuthenticationMethod authenticationMethod) |
| Constructor and Description |
|---|
RpcAuthMethod(byte code,
String simpleName,
String mechanismName,
UserGroupInformation.AuthenticationMethod authMethod) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.