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

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

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


Method Summary
 String getAuthMethod()
          optional string auth_method = 2;
 com.google.protobuf.ByteString getAuthMethodBytes()
          optional string auth_method = 2;
 String getUsername()
          optional string username = 1;
 com.google.protobuf.ByteString getUsernameBytes()
          optional string username = 1;
 boolean hasAuthMethod()
          optional string auth_method = 2;
 boolean hasUsername()
          optional string username = 1;
 
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

hasUsername

boolean hasUsername()
optional string username = 1;


getUsername

String getUsername()
optional string username = 1;


getUsernameBytes

com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;


hasAuthMethod

boolean hasAuthMethod()
optional string auth_method = 2;


getAuthMethod

String getAuthMethod()
optional string auth_method = 2;


getAuthMethodBytes

com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 2;



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