@InterfaceAudience.Private public class AuthenticationTokenSelector extends Object implements org.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
AuthenticationTokenSelector() |
Modifier and Type | Method and Description |
---|---|
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) |
private static final org.slf4j.Logger LOG
public AuthenticationTokenSelector()
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)
selectToken
in interface org.apache.hadoop.security.token.TokenSelector<AuthenticationTokenIdentifier>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.