Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.Token

Packages that use AuthenticationProtos.Token
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of AuthenticationProtos.Token in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return AuthenticationProtos.Token
static AuthenticationProtos.Token ProtobufUtil.toToken(org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier> token)
          Converts a Token instance (with embedded identifier) to the protobuf representation.
 

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

Uses of AuthenticationProtos.Token in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AuthenticationProtos.Token
 AuthenticationProtos.Token AuthenticationProtos.Token.Builder.build()
           
 AuthenticationProtos.Token AuthenticationProtos.Token.Builder.buildPartial()
           
static AuthenticationProtos.Token AuthenticationProtos.Token.getDefaultInstance()
           
 AuthenticationProtos.Token AuthenticationProtos.Token.getDefaultInstanceForType()
           
 AuthenticationProtos.Token AuthenticationProtos.Token.Builder.getDefaultInstanceForType()
           
 AuthenticationProtos.Token AuthenticationProtos.TokenResponseOrBuilder.getToken()
           
 AuthenticationProtos.Token AuthenticationProtos.TokenResponse.getToken()
           
 AuthenticationProtos.Token AuthenticationProtos.TokenResponse.Builder.getToken()
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseDelimitedFrom(InputStream input)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(byte[] data)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(com.google.protobuf.ByteString data)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(com.google.protobuf.CodedInputStream input)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(InputStream input)
           
static AuthenticationProtos.Token AuthenticationProtos.Token.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AuthenticationProtos.Token
 AuthenticationProtos.Token.Builder AuthenticationProtos.Token.Builder.mergeFrom(AuthenticationProtos.Token other)
           
 AuthenticationProtos.TokenResponse.Builder AuthenticationProtos.TokenResponse.Builder.mergeToken(AuthenticationProtos.Token value)
           
static AuthenticationProtos.Token.Builder AuthenticationProtos.Token.newBuilder(AuthenticationProtos.Token prototype)
           
 AuthenticationProtos.TokenResponse.Builder AuthenticationProtos.TokenResponse.Builder.setToken(AuthenticationProtos.Token value)
           
 



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