Class SaslAuthMethod
java.lang.Object
org.apache.hadoop.hbase.security.provider.SaslAuthMethod
Describes the way in which some
SaslClientAuthenticationProvider authenticates over SASL.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSaslAuthMethod(String name, byte code, String saslMech, org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod method) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.security.UserGroupInformation.AuthenticationMethodReturns the HadoopUserGroupInformation.AuthenticationMethodfor this method.bytegetCode()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.inthashCode()
-
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.AuthenticationMethodfor this method. -
equals
-
hashCode
-