|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserGroupInformation.AuthenticationMethod | |
---|---|
org.apache.hadoop.security |
Uses of UserGroupInformation.AuthenticationMethod in org.apache.hadoop.security |
---|
Fields in org.apache.hadoop.security declared as UserGroupInformation.AuthenticationMethod | |
---|---|
UserGroupInformation.AuthenticationMethod |
SaslRpcServer.AuthMethod.authenticationMethod
|
Methods in org.apache.hadoop.security that return UserGroupInformation.AuthenticationMethod | |
---|---|
UserGroupInformation.AuthenticationMethod |
UserGroupInformation.getAuthenticationMethod()
Get the authentication method from the subject |
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. |
Methods in org.apache.hadoop.security with parameters of type UserGroupInformation.AuthenticationMethod | |
---|---|
void |
UserGroupInformation.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authMethod)
Sets the authentication method in the subject |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |