org.apache.hadoop.yarn.security
Class ContainerTokenSelector
java.lang.Object
org.apache.hadoop.yarn.security.ContainerTokenSelector
- All Implemented Interfaces:
- org.apache.hadoop.security.token.TokenSelector<ContainerTokenIdentifier>
@InterfaceAudience.Public
@InterfaceStability.Stable
public class ContainerTokenSelector
- extends Object
- implements org.apache.hadoop.security.token.TokenSelector<ContainerTokenIdentifier>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerTokenSelector
public ContainerTokenSelector()
selectToken
public org.apache.hadoop.security.token.Token<ContainerTokenIdentifier> selectToken(Text service,
Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens)
- Specified by:
selectToken
in interface org.apache.hadoop.security.token.TokenSelector<ContainerTokenIdentifier>
Copyright © 2014 Apache Software Foundation. All Rights Reserved.