Class AuthenticationTokenSelector
java.lang.Object
org.apache.hadoop.hbase.security.token.AuthenticationTokenSelector
- All Implemented Interfaces:
org.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
@Private
public class AuthenticationTokenSelector
extends Object
implements org.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Field Details
-
LOG
-
-
Constructor Details
-
AuthenticationTokenSelector
public AuthenticationTokenSelector()
-
-
Method Details
-
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 interfaceorg.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
-