Uses of Class
org.apache.hadoop.security.SaslRpcServer.AuthMethod

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)
          Create a SaslRpcClient for an authentication method
 



Copyright © 2009 The Apache Software Foundation