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

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

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


Method Summary
 com.google.protobuf.ByteString getIdentifier()
           
 com.google.protobuf.ByteString getPassword()
           
 com.google.protobuf.ByteString getService()
           
 boolean hasIdentifier()
           
 boolean hasPassword()
           
 boolean hasService()
           
 
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

hasIdentifier

boolean hasIdentifier()

getIdentifier

com.google.protobuf.ByteString getIdentifier()

hasPassword

boolean hasPassword()

getPassword

com.google.protobuf.ByteString getPassword()

hasService

boolean hasService()

getService

com.google.protobuf.ByteString getService()


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