@InterfaceAudience.Private public abstract class BuiltInSaslAuthenticationProvider extends Object implements SaslAuthenticationProvider
SaslAuthenticationProvider
's to extend. HBase
users should take care to note that this class (and its sub-classes) are marked with the
InterfaceAudience.Private
annotation. These implementations are available for users to
read, copy, and modify, but should not be extended or re-used in binary form. There are no
compatibility guarantees provided for implementations of this class.Modifier and Type | Field and Description |
---|---|
static String |
AUTH_TOKEN_TYPE |
Constructor and Description |
---|
BuiltInSaslAuthenticationProvider() |
Modifier and Type | Method and Description |
---|---|
String |
getTokenKind()
Returns the name of the type used by the TokenIdentifier.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSaslAuthMethod
public static final String AUTH_TOKEN_TYPE
public BuiltInSaslAuthenticationProvider()
public String getTokenKind()
SaslAuthenticationProvider
getTokenKind
in interface SaslAuthenticationProvider
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.