|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.security.token.JobTokenSelector
public class JobTokenSelector
Look through tokens to find the first job token that matches the service and return it.
Constructor Summary | |
---|---|
JobTokenSelector()
|
Method Summary | |
---|---|
org.apache.hadoop.security.token.Token<JobTokenIdentifier> |
selectToken(org.apache.hadoop.io.Text service,
java.util.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 |
---|
public JobTokenSelector()
Method Detail |
---|
public org.apache.hadoop.security.token.Token<JobTokenIdentifier> selectToken(org.apache.hadoop.io.Text service, java.util.Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens)
selectToken
in interface org.apache.hadoop.security.token.TokenSelector<JobTokenIdentifier>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |