| Interface | Description |
|---|---|
| TestTokenAuthentication.AuthenticationServiceSecurityInfo |
| Class | Description |
|---|---|
| AuthenticationKey |
Represents a secret key used for signing and verifying authentication tokens
by
AuthenticationTokenSecretManager. |
| AuthenticationTokenIdentifier |
Represents the identity information stored in an HBase authentication token.
|
| AuthenticationTokenSecretManager |
Manages an internal list of secret keys used to sign new authentication
tokens as they are generated, and to valid existing tokens used for
authentication.
|
| AuthenticationTokenSelector | |
| FsDelegationToken |
Helper class to obtain a filesystem delegation token.
|
| TestAuthenticationKey | |
| TestGenerateDelegationToken | |
| TestTokenAuthentication |
Tests for authentication token creation and usage
|
| TestZKSecretWatcher |
Test the synchronization of token authentication master keys through
ZKSecretWatcher
|
| TestZKSecretWatcherRefreshKeys |
Test the refreshKeys in ZKSecretWatcher
|
| TokenProvider |
Provides a service for obtaining authentication tokens via the
AuthenticationProtos AuthenticationService coprocessor service. |
| TokenUtil |
Utility methods for obtaining authentication tokens.
|
| ZKSecretWatcher |
Synchronizes token encryption keys across cluster nodes.
|