Package org.apache.hadoop.security.token
Interface TokenSelector<T extends TokenIdentifier>
- Type Parameters:
T- T extends TokenIdentifier
- All Known Implementing Classes:
AMRMTokenSelector,ContainerTokenSelector,RMDelegationTokenSelector,TimelineDelegationTokenSelector
Select token of type T from tokens for use with named service
-
Method Summary
Modifier and TypeMethodDescriptionselectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens)
-
Method Details
-
selectToken
-