Uses of Enum Class
org.apache.hadoop.hbase.security.AuthMethod
Packages that use AuthMethod
-
Uses of AuthMethod in org.apache.hadoop.hbase.security
Methods in org.apache.hadoop.hbase.security that return AuthMethodModifier and TypeMethodDescriptionstatic AuthMethodRead from instatic AuthMethodAuthMethod.valueOf(byte code) Return the object represented by the code.static AuthMethodReturns the enum constant of this class with the specified name.static AuthMethod[]AuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthMethod in org.apache.hadoop.hbase.security.provider
Methods in org.apache.hadoop.hbase.security.provider with parameters of type AuthMethodModifier and TypeMethodDescriptionprotected static SaslAuthMethodBuiltInSaslAuthenticationProvider.createSaslAuthMethod(AuthMethod authMethod)