Class SaslAuthMethod
java.lang.Object
org.apache.hadoop.hbase.security.provider.SaslAuthMethod
Describes the way in which some
SaslClientAuthenticationProvider
authenticates over SASL.-
Field Summary
-
Constructor Summary
ConstructorDescriptionSaslAuthMethod
(String name, byte code, String saslMech, org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod method) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
Returns the HadoopUserGroupInformation.AuthenticationMethod
for this method.byte
getCode()
Returns the unique value to identify this authentication method among other HBase auth methods.getName()
Returns the unique name to identify this authentication method among other HBase auth methods.Returns the SASL mechanism used by this authentication method.int
hashCode()
-
Field Details
-
name
-
code
-
saslMech
-
method
-
-
Constructor Details
-
SaslAuthMethod
public SaslAuthMethod(String name, byte code, String saslMech, org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod method)
-
-
Method Details
-
getName
Returns the unique name to identify this authentication method among other HBase auth methods. -
getCode
Returns the unique value to identify this authentication method among other HBase auth methods. -
getSaslMechanism
Returns the SASL mechanism used by this authentication method. -
getAuthMethod
Returns the HadoopUserGroupInformation.AuthenticationMethod
for this method. -
equals
-
hashCode
-