@InterfaceAudience.LimitedPrivate(value={"HDFS","MapReduce"}) @InterfaceStability.Evolving public class AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier> extends Object implements TokenSelector<TokenIdent>
Modifier | Constructor and Description |
---|---|
protected |
AbstractDelegationTokenSelector(Text kindName) |
Modifier and Type | Method and Description |
---|---|
Token<TokenIdent> |
selectToken(Text service,
Collection<Token<? extends TokenIdentifier>> tokens) |
protected AbstractDelegationTokenSelector(Text kindName)
public Token<TokenIdent> selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens)
selectToken
in interface TokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>
Copyright © 2013 Apache Software Foundation. All rights reserved.