Class GssSaslAuthenticationProvider
java.lang.Object
org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProvider
- All Implemented Interfaces:
SaslAuthenticationProvider
- Direct Known Subclasses:
GssSaslClientAuthenticationProvider
,GssSaslServerAuthenticationProvider
Base client for client/server implementations for the "KERBEROS" HBase auth'n method.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
AUTH_TOKEN_TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes which identify how this provider authenticates.Methods inherited from class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
createSaslAuthMethod, getTokenKind
-
Field Details
-
SASL_AUTH_METHOD
-
-
Constructor Details
-
GssSaslAuthenticationProvider
public GssSaslAuthenticationProvider()
-
-
Method Details
-
getSaslAuthMethod
Description copied from interface:SaslAuthenticationProvider
Returns the attributes which identify how this provider authenticates.
-