org.apache.hadoop.hbase.security.token
Class AuthenticationTokenSelector
java.lang.Object
org.apache.hadoop.hbase.security.token.AuthenticationTokenSelector
- All Implemented Interfaces:
- org.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
@InterfaceAudience.Private
public class AuthenticationTokenSelector
- extends Object
- implements org.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
Method Summary |
org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> |
selectToken(org.apache.hadoop.io.Text serviceName,
Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationTokenSelector
public AuthenticationTokenSelector()
selectToken
public org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> selectToken(org.apache.hadoop.io.Text serviceName,
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<AuthenticationTokenIdentifier>
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.