| Interface | Description |
|---|---|
| AuthenticationProviderSelector | |
| SaslAuthenticationProvider |
Encapsulation of client-side logic to authenticate to HBase via some means over SASL.
|
| SaslClientAuthenticationProvider |
Encapsulation of client-side logic to authenticate to HBase via some means over SASL.
|
| Class | Description |
|---|---|
| AbstractSaslClientAuthenticationProvider |
Base implementation of
SaslClientAuthenticationProvider. |
| BuiltInProviderSelector |
Default implementation of
AuthenticationProviderSelector which can choose from the
authentication implementations which HBase provides out of the box: Simple, Kerberos, and
Delegation Token authentication. |
| BuiltInSaslAuthenticationProvider |
Base class for all Apache HBase, built-in
SaslAuthenticationProvider's to extend. |
| DigestSaslAuthenticationProvider |
Base client for client/server implementations for the HBase delegation token auth'n method.
|
| DigestSaslClientAuthenticationProvider | |
| DigestSaslClientAuthenticationProvider.DigestSaslClientCallbackHandler | |
| GssSaslAuthenticationProvider |
Base client for client/server implementations for the "KERBEROS" HBase auth'n method.
|
| GssSaslClientAuthenticationProvider | |
| SaslAuthMethod |
Describes the way in which some
SaslClientAuthenticationProvider authenticates over SASL. |
| SaslClientAuthenticationProviders |
Accessor for all SaslAuthenticationProvider instances.
|
| SimpleSaslAuthenticationProvider |
Base client for client/server implementations for the "SIMPLE" HBase auth'n method.
|
| SimpleSaslClientAuthenticationProvider |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.