Uses of Class
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
Packages that use AbstractDelegationTokenSecretManager.DelegationTokenInformation
Package
Description
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
Uses of AbstractDelegationTokenSecretManager.DelegationTokenInformation in org.apache.hadoop.security.token.delegation
Fields in org.apache.hadoop.security.token.delegation with type parameters of type AbstractDelegationTokenSecretManager.DelegationTokenInformationModifier and TypeFieldDescriptionAbstractDelegationTokenSecretManager.currentTokensCache of currently valid tokens, mapping from DelegationTokenIdentifier to DelegationTokenInformation.Methods in org.apache.hadoop.security.token.delegation that return AbstractDelegationTokenSecretManager.DelegationTokenInformationModifier and TypeMethodDescriptionAbstractDelegationTokenSecretManager.checkToken(TokenIdent identifier) Find the DelegationTokenInformation for the given token id, and verify that if the token is expired.AbstractDelegationTokenSecretManager.getTokenInfo(TokenIdent ident) For subclasses externalizing the storage, for example Zookeeper based implementationsZKDelegationTokenSecretManager.getTokenInfo(TokenIdent ident) SQLDelegationTokenSecretManager.getTokenInfoFromSQL(TokenIdent ident) Obtains the DelegationTokenInformation associated with the given TokenIdentifier in the SQL database.ZKDelegationTokenSecretManager.getTokenInfoFromZK(String nodePath, boolean quiet) ZKDelegationTokenSecretManager.getTokenInfoFromZK(TokenIdent ident) ZKDelegationTokenSecretManager.getTokenInfoFromZK(TokenIdent ident, boolean quiet) Methods in org.apache.hadoop.security.token.delegation that return types with arguments of type AbstractDelegationTokenSecretManager.DelegationTokenInformationModifier and TypeMethodDescriptionAbstractDelegationTokenSecretManager.getCandidateTokensForCleanup()SQLDelegationTokenSecretManager.getCandidateTokensForCleanup()Obtain a list of tokens that will be considered for cleanup, based on the last time the token was updated in SQL.Methods in org.apache.hadoop.security.token.delegation with parameters of type AbstractDelegationTokenSecretManager.DelegationTokenInformationModifier and TypeMethodDescriptionprotected voidZKDelegationTokenSecretManager.addOrUpdateToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation info, boolean isUpdate) protected voidAbstractDelegationTokenSecretManager.storeToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation tokenInfo) For subclasses externalizing the storage, for example Zookeeper based implementations.protected voidSQLDelegationTokenSecretManager.storeToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation tokenInfo) Persists a TokenIdentifier and its corresponding TokenInformation into the SQL database.protected voidZKDelegationTokenSecretManager.storeToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation tokenInfo) protected voidAbstractDelegationTokenSecretManager.updateToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation tokenInfo) For subclasses externalizing the storage, for example Zookeeper based implementations.protected voidSQLDelegationTokenSecretManager.updateToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation tokenInfo) Updates the TokenInformation of an existing TokenIdentifier in the SQL database.protected voidZKDelegationTokenSecretManager.updateToken(TokenIdent ident, AbstractDelegationTokenSecretManager.DelegationTokenInformation tokenInfo)