| Package | Description |
|---|---|
| org.apache.hadoop.security | |
| org.apache.hadoop.security.rpcauth |
| Modifier and Type | Method | Description |
|---|---|---|
static UserGroupInformation.AuthenticationMethod |
SecurityUtil.getAuthenticationMethod(Configuration conf) |
|
UserGroupInformation.AuthenticationMethod |
User.getAuthenticationMethod() |
|
UserGroupInformation.AuthenticationMethod |
UserGroupInformation.getAuthenticationMethod() |
Get the authentication method from the subject
|
UserGroupInformation.AuthenticationMethod |
UserGroupInformation.getRealAuthenticationMethod() |
Get the authentication method from the real user's subject.
|
static UserGroupInformation.AuthenticationMethod |
UserGroupInformation.getRealAuthenticationMethod(UserGroupInformation ugi) |
Returns the authentication method of a ugi.
|
static UserGroupInformation.AuthenticationMethod |
UserGroupInformation.getUGIAuthenticationMethod() |
Returns authenticationMethod obtained by inspecting JAAS configuration.
|
static UserGroupInformation.AuthenticationMethod |
UserGroupInformation.AuthenticationMethod.valueOf(java.lang.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 | Method | Description |
|---|---|---|
static void |
SecurityUtil.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authenticationMethod,
Configuration conf) |
|
void |
User.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authMethod) |
|
void |
UserGroupInformation.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authMethod) |
Sets the authentication method in the subject
|
| Constructor | Description |
|---|---|
User(java.lang.String name,
UserGroupInformation.AuthenticationMethod authMethod,
javax.security.auth.login.LoginContext login) |
| Modifier and Type | Field | Description |
|---|---|---|
protected UserGroupInformation.AuthenticationMethod |
RpcAuthMethod.authenticationMethod |
| Modifier and Type | Method | Description |
|---|---|---|
UserGroupInformation.AuthenticationMethod |
RpcAuthMethod.getAuthenticationMethod() |
| Modifier and Type | Method | Description |
|---|---|---|
static RpcAuthMethod |
RpcAuthRegistry.getAuthMethod(UserGroupInformation.AuthenticationMethod authenticationMethod) |
| Constructor | Description |
|---|---|
RpcAuthMethod(byte code,
java.lang.String simpleName,
java.lang.String mechanismName,
UserGroupInformation.AuthenticationMethod authMethod) |
|
TokenAuthMethod(byte code,
java.lang.String simpleName,
java.lang.String mechanismName,
UserGroupInformation.AuthenticationMethod authMethod) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.