Uses of Interface
org.apache.hadoop.security.token.TokenSelector

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

Uses of TokenSelector in org.apache.hadoop.mapreduce.security.token
 

Classes in org.apache.hadoop.mapreduce.security.token that implement TokenSelector
 class JobTokenSelector
          Look through tokens to find the first job token that matches the service and return it.
 

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

Classes in org.apache.hadoop.mapreduce.security.token.delegation that implement TokenSelector
 class DelegationTokenSelector
          A delegation token that is specialized for MapReduce
 

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

Classes in org.apache.hadoop.security.token.delegation that implement TokenSelector
 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