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

Packages that use org.apache.hadoop.hbase.security.token
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.security.token   
 

Classes in org.apache.hadoop.hbase.security.token used by org.apache.hadoop.hbase.ipc
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.
 

Classes in org.apache.hadoop.hbase.security.token used by org.apache.hadoop.hbase.security.token
AuthenticationKey
          Represents a secret key used for signing and verifying authentication tokens by AuthenticationTokenSecretManager.
AuthenticationProtocol
          Defines a custom RPC protocol for obtaining authentication tokens
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.
 



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