Uses of Enum Class
org.apache.hadoop.security.SaslRpcServer.AuthMethod
Packages that use SaslRpcServer.AuthMethod
-
Uses of SaslRpcServer.AuthMethod in org.apache.hadoop.security
Methods in org.apache.hadoop.security that return SaslRpcServer.AuthMethodModifier and TypeMethodDescriptionUserGroupInformation.AuthenticationMethod.getAuthMethod()static SaslRpcServer.AuthMethodRead from in.static SaslRpcServer.AuthMethodReturns the enum constant of this class with the specified name.static SaslRpcServer.AuthMethod[]SaslRpcServer.AuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.security with parameters of type SaslRpcServer.AuthMethodModifier and TypeMethodDescriptionstatic UserGroupInformationUserGroupInformation.createRemoteUser(String user, SaslRpcServer.AuthMethod authMethod) Create a user from a login name.voidUserGroupInformation.setAuthenticationMethod(SaslRpcServer.AuthMethod authMethod) Sets the authentication method in the subjectUserGroupInformation.AuthenticationMethod.valueOf(SaslRpcServer.AuthMethod authMethod) Returns the enum constant of this class with the specified name.