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()
           
 String getUsername()
           
 boolean hasAuthMethod()
           
 boolean hasUsername()
           
 
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

hasUsername

boolean hasUsername()

getUsername

String getUsername()

hasAuthMethod

boolean hasAuthMethod()

getAuthMethod

String getAuthMethod()


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