@InterfaceAudience.Private public abstract class ShadeSaslAuthenticationProvider extends Object implements SaslAuthenticationProvider
Modifier and Type | Field and Description |
---|---|
static SaslAuthMethod |
METHOD |
static String |
TOKEN_KIND |
Constructor and Description |
---|
ShadeSaslAuthenticationProvider() |
Modifier and Type | Method and Description |
---|---|
SaslAuthMethod |
getSaslAuthMethod()
Returns the attributes which identify how this provider authenticates.
|
String |
getTokenKind()
Returns the name of the type used by the TokenIdentifier.
|
public static final SaslAuthMethod METHOD
public static final String TOKEN_KIND
public ShadeSaslAuthenticationProvider()
public SaslAuthMethod getSaslAuthMethod()
SaslAuthenticationProvider
getSaslAuthMethod
in interface SaslAuthenticationProvider
public String getTokenKind()
SaslAuthenticationProvider
getTokenKind
in interface SaslAuthenticationProvider
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.