Package org.apache.hadoop.hbase.security.token

Interface Summary
AuthenticationProtocol Defines a custom RPC protocol for obtaining authentication tokens
 

Class Summary
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  
TokenProvider Provides a service for obtaining authentication tokens via the AuthenticationProtocol coprocessor protocol.
TokenUtil Utility methods for obtaining authentication tokens.
ZKSecretWatcher Synchronizes token encryption keys across cluster nodes.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.