Class AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>

java.lang.Object
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSelector<TokenIdent>
All Implemented Interfaces:
TokenSelector<TokenIdent>

@LimitedPrivate({"HDFS","MapReduce"}) @Evolving public class AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier> extends Object implements TokenSelector<TokenIdent>
Look through tokens to find the first delegation token that matches the service and return it.