Uses of Enum Class
org.apache.hadoop.hbase.security.AuthMethod
-
Uses of AuthMethod in org.apache.hadoop.hbase.security
Modifier 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
Modifier and TypeMethodDescriptionprotected static SaslAuthMethod
BuiltInSaslAuthenticationProvider.createSaslAuthMethod
(AuthMethod authMethod)