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.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.