Class ShadeSaslAuthenticationProvider
java.lang.Object
org.apache.hadoop.hbase.security.provider.example.ShadeSaslAuthenticationProvider
- All Implemented Interfaces:
SaslAuthenticationProvider
- Direct Known Subclasses:
ShadeSaslClientAuthenticationProvider
,ShadeSaslServerAuthenticationProvider
@Private
public abstract class ShadeSaslAuthenticationProvider
extends Object
implements SaslAuthenticationProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the attributes which identify how this provider authenticates.Returns the name of the type used by the TokenIdentifier.
-
Field Details
-
METHOD
-
TOKEN_KIND
- See Also:
-
-
Constructor Details
-
ShadeSaslAuthenticationProvider
public ShadeSaslAuthenticationProvider()
-
-
Method Details
-
getSaslAuthMethod
Description copied from interface:SaslAuthenticationProvider
Returns the attributes which identify how this provider authenticates.- Specified by:
getSaslAuthMethod
in interfaceSaslAuthenticationProvider
-
getTokenKind
Description copied from interface:SaslAuthenticationProvider
Returns the name of the type used by the TokenIdentifier.- Specified by:
getTokenKind
in interfaceSaslAuthenticationProvider
-