org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> |
AuthenticationTokenSecretManager.generateToken(String username) |
org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> |
AuthenticationProtocol.getAuthenticationToken()
Obtains a token capable of authenticating as the current user for future
connections.
|
org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> |
TokenProvider.getAuthenticationToken() |
static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> |
TokenUtil.obtainToken(org.apache.hadoop.conf.Configuration conf)
Obtain and return an authentication token for the current user.
|
org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> |
AuthenticationTokenSelector.selectToken(org.apache.hadoop.io.Text serviceName,
Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens) |