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

Packages that use AuthenticationTokenIdentifier
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.security.token   
 

Uses of AuthenticationTokenIdentifier in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type AuthenticationTokenIdentifier
static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> ProtobufUtil.toToken(AuthenticationProtos.Token proto)
          Converts a protobuf Token message back into a Token instance.
 

Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type AuthenticationTokenIdentifier
static AuthenticationProtos.Token ProtobufUtil.toToken(org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> token)
          Converts a Token instance (with embedded identifier) to the protobuf representation.
 

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

Methods in org.apache.hadoop.hbase.security.token that return types with arguments of type AuthenticationTokenIdentifier
static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> TokenUtil.obtainToken(org.apache.hadoop.conf.Configuration conf)
          Deprecated. Replaced by TokenUtil.obtainToken(HConnection)
static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> TokenUtil.obtainToken(HConnection conn)
          Obtain and return an authentication token for the current user.
static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> TokenUtil.obtainToken(HConnection conn, User user)
          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)
           
 



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