Uses of Class
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier

Packages that use AbstractDelegationTokenIdentifier
org.apache.hadoop.mapreduce.security.token.delegation   
org.apache.hadoop.security.token.delegation   
 

Uses of AbstractDelegationTokenIdentifier in org.apache.hadoop.mapreduce.security.token.delegation
 

Subclasses of AbstractDelegationTokenIdentifier in org.apache.hadoop.mapreduce.security.token.delegation
 class DelegationTokenIdentifier
          A delegation token identifier that is specific to MapReduce.
 

Uses of AbstractDelegationTokenIdentifier in org.apache.hadoop.security.token.delegation
 

Classes in org.apache.hadoop.security.token.delegation with type parameters of type AbstractDelegationTokenIdentifier
 class AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>
           
 class AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>
          Look through tokens to find the first delegation token that matches the service and return it.
 



Copyright © 2009 The Apache Software Foundation