|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaslRpcServer.AuthMethod | |
---|---|
org.apache.hadoop.security |
Uses of SaslRpcServer.AuthMethod in org.apache.hadoop.security |
---|
Methods in org.apache.hadoop.security that return SaslRpcServer.AuthMethod | |
---|---|
static SaslRpcServer.AuthMethod |
SaslRpcServer.AuthMethod.read(DataInput in)
Read from in |
static SaslRpcServer.AuthMethod |
SaslRpcServer.AuthMethod.valueOf(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. |
Constructors in org.apache.hadoop.security with parameters of type SaslRpcServer.AuthMethod | |
---|---|
SaslRpcClient(SaslRpcServer.AuthMethod method,
Token<? extends TokenIdentifier> token,
String serverPrincipal,
boolean fallbackAllowed)
Create a SaslRpcClient for an authentication method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |