Package org.apache.hadoop.security.token.delegation
@LimitedPrivate({"HBase","HDFS","MapReduce"})
@Evolving
package org.apache.hadoop.security.token.delegation
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
ClassesClassDescriptionAbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>Class to encapsulate a token's renew date and password.AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>Look through tokens to find the first delegation token that matches the service and return it.Key used for generating and verifying delegation tokensCache for delegation tokens that can handle high volume of tokens.SQLDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>An implementation of
AbstractDelegationTokenSecretManagerthat persists TokenIdentifiers and DelegationKeys in an existing SQL database.ZKDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>An implementation ofAbstractDelegationTokenSecretManagerthat persists TokenIdentifiers and DelegationKeys in Zookeeper.