public class AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier> extends Object implements TokenSelector<TokenIdent>
限定符 | 构造器和说明 |
---|---|
protected |
AbstractDelegationTokenSelector(Text kindName) |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 TokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>
Copyright © 2009 The Apache Software Foundation