| 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.
|
| SaslServerAuthenticationProvider |
Encapsulates the server-side logic to authenticate a client over SASL.
|
| Class | Description |
|---|---|
| AbstractSaslClientAuthenticationProvider |
Base implementation of
SaslClientAuthenticationProvider. |
| AttemptingUserProvidingSaslServer |
Wrapper around a SaslServer which provides the last user attempting to authenticate via SASL, if
the server/mechanism allow figuring that out.
|
| 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 | |
| DigestSaslServerAuthenticationProvider | |
| DigestSaslServerAuthenticationProvider.SaslDigestCallbackHandler |
CallbackHandler for SASL DIGEST-MD5 mechanism
|
| GssSaslAuthenticationProvider |
Base client for client/server implementations for the "KERBEROS" HBase auth'n method.
|
| GssSaslClientAuthenticationProvider | |
| GssSaslServerAuthenticationProvider | |
| GssSaslServerAuthenticationProvider.SaslGssCallbackHandler |
CallbackHandler for SASL GSSAPI Kerberos mechanism
|
| SaslAuthMethod |
Describes the way in which some
SaslClientAuthenticationProvider authenticates over SASL. |
| SaslClientAuthenticationProviders |
Accessor for all SaslAuthenticationProvider instances.
|
| SaslServerAuthenticationProviders | |
| SimpleSaslAuthenticationProvider |
Base client for client/server implementations for the "SIMPLE" HBase auth'n method.
|
| SimpleSaslClientAuthenticationProvider | |
| SimpleSaslServerAuthenticationProvider |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.