Uses of Class
org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod

Packages that use UserGroupInformation.AuthenticationMethod
org.apache.hadoop.security   
 

Uses of UserGroupInformation.AuthenticationMethod in org.apache.hadoop.security
 

Methods in org.apache.hadoop.security that return UserGroupInformation.AuthenticationMethod
static UserGroupInformation.AuthenticationMethod UserGroupInformation.AuthenticationMethod.valueOf(org.apache.hadoop.security.SaslRpcServer.AuthMethod authMethod)
           
static UserGroupInformation.AuthenticationMethod UserGroupInformation.AuthenticationMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserGroupInformation.AuthenticationMethod[] UserGroupInformation.AuthenticationMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.