org.apache.hadoop.security.token.delegation.web
Class DelegationTokenAuthenticatedURL.Token
java.lang.Object
org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
- Enclosing class:
- DelegationTokenAuthenticatedURL
@InterfaceAudience.Public
@InterfaceStability.Unstable
public static class DelegationTokenAuthenticatedURL.Token
- extends org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token
Client side authentication token that handles Delegation Tokens.
Method Summary |
org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> |
getDelegationToken()
|
void |
setDelegationToken(org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> delegationToken)
|
Methods inherited from class org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token |
isSet, toString |
DelegationTokenAuthenticatedURL.Token
public DelegationTokenAuthenticatedURL.Token()
getDelegationToken
public org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> getDelegationToken()
setDelegationToken
public void setDelegationToken(org.apache.hadoop.security.token.Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> delegationToken)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.