Uses of Class
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Packages that use AbstractDelegationTokenSecretManager
Package
Description
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
Uses of AbstractDelegationTokenSecretManager in org.apache.hadoop.security.token.delegation
Modifier and TypeClassDescriptionclassSQLDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>An implementation ofAbstractDelegationTokenSecretManagerthat persists TokenIdentifiers and DelegationKeys in an existing SQL database.classZKDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>An implementation ofAbstractDelegationTokenSecretManagerthat persists TokenIdentifiers and DelegationKeys in Zookeeper. -
Uses of AbstractDelegationTokenSecretManager in org.apache.hadoop.security.token.delegation.web
Methods in org.apache.hadoop.security.token.delegation.web that return AbstractDelegationTokenSecretManagerMethods in org.apache.hadoop.security.token.delegation.web with parameters of type AbstractDelegationTokenSecretManagerModifier and TypeMethodDescriptionvoidDelegationTokenAuthenticationHandler.setExternalDelegationTokenSecretManager(AbstractDelegationTokenSecretManager secretManager) Sets an externalDelegationTokenSecretManagerinstance to manage creation and verification of Delegation Tokens.voidDelegationTokenManager.setExternalDelegationTokenSecretManager(AbstractDelegationTokenSecretManager secretManager) Sets an externalDelegationTokenSecretManagerinstance to manage creation and verification of Delegation Tokens.