Uses of Class
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
Packages that use AbstractDelegationTokenIdentifier
Package
Description
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
Uses of AbstractDelegationTokenIdentifier in org.apache.hadoop.crypto.key.kms
Subclasses of AbstractDelegationTokenIdentifier in org.apache.hadoop.crypto.key.kmsModifier and TypeClassDescriptionstatic classDelegationTokenIdentifier used for the KMS. -
Uses of AbstractDelegationTokenIdentifier in org.apache.hadoop.security.token.delegation
Classes in org.apache.hadoop.security.token.delegation with type parameters of type AbstractDelegationTokenIdentifierModifier and TypeClassDescriptionclassAbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>classAbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>Look through tokens to find the first delegation token that matches the service and return it.classSQLDelegationTokenSecretManager<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 AbstractDelegationTokenIdentifier in org.apache.hadoop.security.token.delegation.web
Modifier and TypeClassDescriptionclassConcrete delegation token identifier used byDelegationTokenManager,KerberosDelegationTokenAuthenticationHandlerandDelegationTokenAuthenticationFilter.Methods in org.apache.hadoop.security.token.delegation.web that return types with arguments of type AbstractDelegationTokenIdentifierModifier and TypeMethodDescriptionToken<? extends AbstractDelegationTokenIdentifier>DelegationTokenManager.createToken(UserGroupInformation ugi, String renewer) Token<? extends AbstractDelegationTokenIdentifier>DelegationTokenManager.createToken(UserGroupInformation ugi, String renewer, String service) DelegationTokenAuthenticatedURL.getDelegationToken(URL url, DelegationTokenAuthenticatedURL.Token token, String renewer) Requests a delegation token using the configuredAuthenticatorfor authentication.DelegationTokenAuthenticatedURL.getDelegationToken(URL url, DelegationTokenAuthenticatedURL.Token token, String renewer, String doAsUser) Requests a delegation token using the configuredAuthenticatorfor authentication.DelegationTokenAuthenticatedURL.Token.getDelegationToken()DelegationTokenAuthenticator.getDelegationToken(URL url, org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token, String renewer) Requests a delegation token using the configuredAuthenticatorfor authentication.DelegationTokenAuthenticator.getDelegationToken(URL url, org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token, String renewer, String doAsUser) Requests a delegation token using the configuredAuthenticatorfor authentication.Method parameters in org.apache.hadoop.security.token.delegation.web with type arguments of type AbstractDelegationTokenIdentifierModifier and TypeMethodDescriptionvoidDelegationTokenAuthenticator.cancelDelegationToken(URL url, org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token, Token<AbstractDelegationTokenIdentifier> dToken) Cancels a delegation token from the server end-point.voidDelegationTokenAuthenticator.cancelDelegationToken(URL url, org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token, Token<AbstractDelegationTokenIdentifier> dToken, String doAsUser) Cancels a delegation token from the server end-point.voidDelegationTokenManager.cancelToken(Token<? extends AbstractDelegationTokenIdentifier> token, String canceler) longDelegationTokenAuthenticator.renewDelegationToken(URL url, org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token, Token<AbstractDelegationTokenIdentifier> dToken) Renews a delegation token from the server end-point using the configuredAuthenticatorfor authentication.longDelegationTokenAuthenticator.renewDelegationToken(URL url, org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token, Token<AbstractDelegationTokenIdentifier> dToken, String doAsUser) Renews a delegation token from the server end-point using the configuredAuthenticatorfor authentication.longDelegationTokenManager.renewToken(Token<? extends AbstractDelegationTokenIdentifier> token, String renewer) voidDelegationTokenAuthenticatedURL.Token.setDelegationToken(Token<AbstractDelegationTokenIdentifier> delegationToken) DelegationTokenManager.verifyToken(Token<? extends AbstractDelegationTokenIdentifier> token)