org.apache.hadoop.yarn.security
Class ApplicationTokenSelector

java.lang.Object
  extended by org.apache.hadoop.yarn.security.ApplicationTokenSelector
All Implemented Interfaces:
org.apache.hadoop.security.token.TokenSelector<ApplicationTokenIdentifier>

public class ApplicationTokenSelector
extends Object
implements org.apache.hadoop.security.token.TokenSelector<ApplicationTokenIdentifier>


Constructor Summary
ApplicationTokenSelector()
           
 
Method Summary
 org.apache.hadoop.security.token.Token<ApplicationTokenIdentifier> selectToken(org.apache.hadoop.io.Text service, Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationTokenSelector

public ApplicationTokenSelector()
Method Detail

selectToken

public org.apache.hadoop.security.token.Token<ApplicationTokenIdentifier> selectToken(org.apache.hadoop.io.Text service,
                                                                                      Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens)
Specified by:
selectToken in interface org.apache.hadoop.security.token.TokenSelector<ApplicationTokenIdentifier>


Copyright © 2012 Apache Software Foundation. All Rights Reserved.