| Package | Description |
|---|---|
| org.apache.hadoop.security | |
| org.apache.hadoop.security.token.delegation.web |
| Modifier and Type | Method | Description |
|---|---|---|
static SaslRpcServer.AuthMethod |
SaslRpcServer.AuthMethod.read(java.io.DataInput in) |
Read from in.
|
static SaslRpcServer.AuthMethod |
SaslRpcServer.AuthMethod.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SaslRpcServer.AuthMethod[] |
SaslRpcServer.AuthMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static UserGroupInformation |
UserGroupInformation.createRemoteUser(java.lang.String user,
SaslRpcServer.AuthMethod authMethod) |
Create a user from a login name.
|
void |
UserGroupInformation.setAuthenticationMethod(SaslRpcServer.AuthMethod authMethod) |
Sets the authentication method in the subject
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
DelegationTokenAuthenticationFilter.setHandlerAuthMethod(SaslRpcServer.AuthMethod authMethod) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.