| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
 src/main/protobufdefinition files. | 
| org.apache.hadoop.hbase.security.token | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> | ProtobufUtil. toToken(org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.Token proto)Converts a protobuf Token message back into a Token instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.Token | ProtobufUtil. toToken(org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> token)Converts a Token instance (with embedded identifier) to the protobuf representation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> | TokenUtil. obtainToken(org.apache.hadoop.conf.Configuration conf)Deprecated. 
 Replaced by  TokenUtil.obtainToken(Connection) | 
| static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> | TokenUtil. obtainToken(Connection conn)Obtain and return an authentication token for the current user. | 
| static org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> | TokenUtil. obtainToken(Connection 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 © 2007–2016 The Apache Software Foundation. All rights reserved.