Uses of Class
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
Packages that use AbstractDelegationTokenIdentifier
Package
Description
Router security token delegation.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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> -
Uses of AbstractDelegationTokenIdentifier in org.apache.hadoop.security.token.delegation.web
Methods in org.apache.hadoop.security.token.delegation.web that return types with arguments of type AbstractDelegationTokenIdentifierModifier and TypeMethodDescriptionDelegationTokenAuthenticatedURL.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.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.voidDelegationTokenAuthenticatedURL.Token.setDelegationToken(Token<AbstractDelegationTokenIdentifier> delegationToken) -
Uses of AbstractDelegationTokenIdentifier in org.apache.hadoop.yarn.security.client
Subclasses of AbstractDelegationTokenIdentifier in org.apache.hadoop.yarn.security.clientModifier and TypeClassDescriptionclassDelegation Token Identifier that identifies the delegation tokens from the Resource Manager.classclassorg.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifier