Uses of Class
org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier

Packages that use AuthenticationTokenIdentifier
org.apache.hadoop.hbase.security.token   
 

Uses of AuthenticationTokenIdentifier in org.apache.hadoop.hbase.security.token
 

Methods in org.apache.hadoop.hbase.security.token that return AuthenticationTokenIdentifier
 AuthenticationTokenIdentifier AuthenticationTokenSecretManager.createIdentifier()
           
 

Methods in org.apache.hadoop.hbase.security.token that return types with arguments of type AuthenticationTokenIdentifier
 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)
           
 

Methods in org.apache.hadoop.hbase.security.token with parameters of type AuthenticationTokenIdentifier
protected  byte[] AuthenticationTokenSecretManager.createPassword(AuthenticationTokenIdentifier identifier)
           
 byte[] AuthenticationTokenSecretManager.retrievePassword(AuthenticationTokenIdentifier identifier)
           
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.