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 AuthMethod
Read from instatic AuthMethod
AuthMethod.valueOf
(byte code) Return the object represented by the code.static AuthMethod
Returns 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 SaslAuthMethod
BuiltInSaslAuthenticationProvider.createSaslAuthMethod
(AuthMethod authMethod)