Uses of Enum Class
org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
Packages that use UserGroupInformation.AuthenticationMethod
-
Uses of UserGroupInformation.AuthenticationMethod in org.apache.hadoop.security
Methods in org.apache.hadoop.security that return UserGroupInformation.AuthenticationMethodModifier and TypeMethodDescriptionSecurityUtil.getAuthenticationMethod(Configuration conf) UserGroupInformation.getAuthenticationMethod()Get the authentication method from the subjectUserGroupInformation.getRealAuthenticationMethod()Get the authentication method from the real user's subject.UserGroupInformation.getRealAuthenticationMethod(UserGroupInformation ugi) Returns the authentication method of a ugi.Returns the enum constant of this class with the specified name.UserGroupInformation.AuthenticationMethod.valueOf(SaslRpcServer.AuthMethod authMethod) Returns the enum constant of this class with the specified name.UserGroupInformation.AuthenticationMethod.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 UserGroupInformation.AuthenticationMethodModifier and TypeMethodDescriptionstatic voidSecurityUtil.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authenticationMethod, Configuration conf) voidUserGroupInformation.setAuthenticationMethod(UserGroupInformation.AuthenticationMethod authMethod) Sets the authentication method in the subject