org.apache.hadoop.hbase.protobuf.generated
Interface AuthenticationProtos.TokenResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthenticationProtos.TokenResponse, AuthenticationProtos.TokenResponse.Builder
Enclosing class:
AuthenticationProtos

public static interface AuthenticationProtos.TokenResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 AuthenticationProtos.Token getToken()
           
 AuthenticationProtos.TokenOrBuilder getTokenOrBuilder()
           
 boolean hasToken()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasToken

boolean hasToken()

getToken

AuthenticationProtos.Token getToken()

getTokenOrBuilder

AuthenticationProtos.TokenOrBuilder getTokenOrBuilder()


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