public static interface AuthenticationProtos.AuthenticationService.Interface
Modifier and Type | Method and Description |
---|---|
void |
getAuthenticationToken(com.google.protobuf.RpcController controller,
AuthenticationProtos.GetAuthenticationTokenRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.GetAuthenticationTokenResponse> done)
rpc GetAuthenticationToken(.GetAuthenticationTokenRequest) returns (.GetAuthenticationTokenResponse); |
void |
whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse); |
void getAuthenticationToken(com.google.protobuf.RpcController controller, AuthenticationProtos.GetAuthenticationTokenRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.GetAuthenticationTokenResponse> done)
rpc GetAuthenticationToken(.GetAuthenticationTokenRequest) returns (.GetAuthenticationTokenResponse);
void whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse);
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.