Interface | Description |
---|---|
SaslClientHandler.SaslExceptionHandler |
Handler for exceptions during Sasl connection
|
SaslClientHandler.SaslSuccessfulConnectHandler |
Handler for successful connects
|
Class | Description |
---|---|
EncryptionUtil |
Some static utility methods for encryption uses in hbase-client.
|
HBaseKerberosUtils | |
HBasePolicyProvider |
Implementation of secure Hadoop policy provider for mapping
protocol interfaces to hbase-policy.xml entries.
|
HBaseSaslRpcClient |
A utility class that encapsulates SASL logic for RPC client.
|
HBaseSaslRpcServer |
A utility class for dealing with SASL on RPC server
|
HBaseSaslRpcServer.SaslDigestCallbackHandler |
CallbackHandler for SASL DIGEST-MD5 mechanism
|
HBaseSaslRpcServer.SaslGssCallbackHandler |
CallbackHandler for SASL GSSAPI Kerberos mechanism
|
SaslClientHandler |
Handles Sasl connections
|
SaslUtil | |
SecureBulkLoadUtil | |
SecurityInfo |
Maps RPC protocol interfaces to required configuration
|
SecurityUtil |
Security related generic utility methods.
|
Superusers |
Keeps lists of superusers and super groups loaded from HBase configuration,
checks if certain user is regarded as superuser.
|
TestEncryptionUtil | |
TestHBaseSaslRpcClient | |
TestSecureRPC | |
TestUser | |
TestUsersOperationsWithSecureHadoop | |
User |
Wrapper to abstract out usage of user and group information in HBase.
|
UserProvider |
Provide an instance of a user.
|
Enum | Description |
---|---|
AuthMethod |
Authentication method
|
SaslStatus | |
SaslUtil.QualityOfProtection |
Exception | Description |
---|---|
AccessDeniedException |
Exception thrown by access-related methods.
|