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

Packages that use SaslRpcServer.AuthMethod
org.apache.hadoop.security   
org.apache.hadoop.util Common utilities. 
 

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

Methods in org.apache.hadoop.security that return SaslRpcServer.AuthMethod
 SaslRpcServer.AuthMethod UserGroupInformation.AuthenticationMethod.getAuthMethod()
           
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.
 

Methods in org.apache.hadoop.security with parameters of type SaslRpcServer.AuthMethod
static UserGroupInformation.AuthenticationMethod UserGroupInformation.AuthenticationMethod.valueOf(SaslRpcServer.AuthMethod authMethod)
           
 

Uses of SaslRpcServer.AuthMethod in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util with parameters of type SaslRpcServer.AuthMethod
static IpcConnectionContextProtos.IpcConnectionContextProto ProtoUtil.makeIpcConnectionContext(String protocol, org.apache.hadoop.security.UserGroupInformation ugi, SaslRpcServer.AuthMethod authMethod)
          This method creates the connection context using exactly the same logic as the old connection context as was done for writable where the effective and real users are set based on the auth method.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.