Uses of Class
org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier

Packages that use DelegationTokenIdentifier
org.apache.hadoop.hdfs A distributed implementation of FileSystem
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.security.token.delegation   
org.apache.hadoop.hdfs.server.namenode   
org.apache.hadoop.hdfs.tools   
 

Uses of DelegationTokenIdentifier in org.apache.hadoop.hdfs
 

Methods in org.apache.hadoop.hdfs that return types with arguments of type DelegationTokenIdentifier
 org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> DistributedFileSystem.getDelegationToken(String renewer)
           
 org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> DistributedFileSystem.getDelegationToken(org.apache.hadoop.io.Text renewer)
          Deprecated. use DistributedFileSystem.getDelegationToken(String)
 org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> DFSClient.getDelegationToken(org.apache.hadoop.io.Text renewer)
           
 

Method parameters in org.apache.hadoop.hdfs with type arguments of type DelegationTokenIdentifier
 void DistributedFileSystem.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
          Cancel an existing delegation token.
 void DFSClient.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
           
 long DistributedFileSystem.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
          Renew an existing delegation token.
 long DFSClient.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
           
static String DFSClient.stringifyToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
          A test method for printing out tokens
 

Uses of DelegationTokenIdentifier in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type DelegationTokenIdentifier
 org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> ClientProtocol.getDelegationToken(org.apache.hadoop.io.Text renewer)
          Get a valid Delegation Token.
 

Method parameters in org.apache.hadoop.hdfs.protocol with type arguments of type DelegationTokenIdentifier
 void ClientProtocol.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
          Cancel an existing delegation token.
 long ClientProtocol.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
          Renew an existing delegation token.
 

Uses of DelegationTokenIdentifier in org.apache.hadoop.hdfs.security.token.delegation
 

Methods in org.apache.hadoop.hdfs.security.token.delegation that return DelegationTokenIdentifier
 DelegationTokenIdentifier DelegationTokenSecretManager.createIdentifier()
           
 

Methods in org.apache.hadoop.hdfs.security.token.delegation with parameters of type DelegationTokenIdentifier
 void DelegationTokenSecretManager.addPersistedDelegationToken(DelegationTokenIdentifier identifier, long expiryTime)
          This method is intended to be used only while reading edit logs.
 long DelegationTokenSecretManager.getTokenExpiryTime(DelegationTokenIdentifier dtId)
          Returns expiry time of a token given its identifier.
 void DelegationTokenSecretManager.updatePersistedTokenCancellation(DelegationTokenIdentifier identifier)
          Update the token cache with the cancel record in edit logs
 void DelegationTokenSecretManager.updatePersistedTokenRenewal(DelegationTokenIdentifier identifier, long expiryTime)
          Update the token cache with renewal record in edit logs.
 

Uses of DelegationTokenIdentifier in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type DelegationTokenIdentifier
 org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> FSNamesystem.getDelegationToken(org.apache.hadoop.io.Text renewer)
           
 org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> NameNode.getDelegationToken(org.apache.hadoop.io.Text renewer)
           
 

Method parameters in org.apache.hadoop.hdfs.server.namenode with type arguments of type DelegationTokenIdentifier
 void FSNamesystem.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
           
 void NameNode.cancelDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
           
 long FSNamesystem.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
           
 long NameNode.renewDelegationToken(org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> token)
           
 

Uses of DelegationTokenIdentifier in org.apache.hadoop.hdfs.tools
 

Method parameters in org.apache.hadoop.hdfs.tools with type arguments of type DelegationTokenIdentifier
static void DelegationTokenFetcher.cancelDelegationToken(String nnAddr, org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> tok)
          Cancel a Delegation Token.
static long DelegationTokenFetcher.renewDelegationToken(String nnAddr, org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> tok)
          Renew a Delegation Token.
 



Copyright © 2009 The Apache Software Foundation