Uses of Package
org.apache.hadoop.hbase.security.token
Packages that use org.apache.hadoop.hbase.security.token
Package
Description
Tools to help define network clients and servers.
-
Classes in org.apache.hadoop.hbase.security.token used by org.apache.hadoop.hbase.ipcClassDescriptionManages 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.tokenClassDescriptionRepresents a secret key used for signing and verifying authentication tokens by
AuthenticationTokenSecretManager
.Represents the identity information stored in an HBase authentication token.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.Synchronizes token encryption keys across cluster nodes. -
Classes in org.apache.hadoop.hbase.security.token used by org.apache.hadoop.hbase.tool