Uses of Class
org.apache.hadoop.security.token.SecretManager.InvalidToken
Packages that use SecretManager.InvalidToken
Package
Description
Classes for hadoop security.
Support for delegation tokens.
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
Uses of SecretManager.InvalidToken in org.apache.hadoop.security
Methods in org.apache.hadoop.security that throw SecretManager.InvalidTokenModifier and TypeMethodDescriptionstatic <T extends TokenIdentifier>
TSaslRpcServer.getIdentifier(String id, SecretManager<T> secretManager) -
Uses of SecretManager.InvalidToken in org.apache.hadoop.security.token
Methods in org.apache.hadoop.security.token that throw SecretManager.InvalidTokenModifier and TypeMethodDescriptionbyte[]SecretManager.retriableRetrievePassword(T identifier) The same functionality withSecretManager.retrievePassword(T), except that this method can throw aRetriableExceptionor aStandbyExceptionto indicate that client can retry/failover the same operation because of temporary issue on the server side.abstract byte[]SecretManager.retrievePassword(T identifier) Retrieve the password for the given token identifier. -
Uses of SecretManager.InvalidToken in org.apache.hadoop.security.token.delegation
Methods in org.apache.hadoop.security.token.delegation that throw SecretManager.InvalidTokenModifier and TypeMethodDescriptionAbstractDelegationTokenSecretManager.checkToken(TokenIdent identifier) Find the DelegationTokenInformation for the given token id, and verify that if the token is expired.longAbstractDelegationTokenSecretManager.renewToken(Token<TokenIdent> token, String renewer) Renew a delegation token.byte[]AbstractDelegationTokenSecretManager.retrievePassword(TokenIdent identifier) voidAbstractDelegationTokenSecretManager.verifyToken(TokenIdent identifier, byte[] password) Verifies that the given identifier and password are valid and match.