org.apache.hadoop.security.token.delegation.web
Class DelegationTokenAuthenticatedURL.Token

java.lang.Object
  extended by org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token
      extended by 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.


Constructor Summary
DelegationTokenAuthenticatedURL.Token()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationTokenAuthenticatedURL.Token

public DelegationTokenAuthenticatedURL.Token()
Method Detail

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.