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()
          optional bytes identifier = 1;
 com.google.protobuf.ByteString getPassword()
          optional bytes password = 2;
 com.google.protobuf.ByteString getService()
          optional bytes service = 3;
 boolean hasIdentifier()
          optional bytes identifier = 1;
 boolean hasPassword()
          optional bytes password = 2;
 boolean hasService()
          optional bytes service = 3;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIdentifier

boolean hasIdentifier()
optional bytes identifier = 1;
 the TokenIdentifier in serialized form
 Note: we can't use the protobuf directly because the Hadoop Token class
 only stores the serialized bytes
 


getIdentifier

com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;
 the TokenIdentifier in serialized form
 Note: we can't use the protobuf directly because the Hadoop Token class
 only stores the serialized bytes
 


hasPassword

boolean hasPassword()
optional bytes password = 2;


getPassword

com.google.protobuf.ByteString getPassword()
optional bytes password = 2;


hasService

boolean hasService()
optional bytes service = 3;


getService

com.google.protobuf.ByteString getService()
optional bytes service = 3;



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