public static interface AuthenticationProtos.WhoAmIResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasUsername()
optional string username = 1;
String getUsername()
optional string username = 1;
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;
boolean hasAuthMethod()
optional string auth_method = 2;
String getAuthMethod()
optional string auth_method = 2;
com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.