public static final class AuthenticationProtos.AuthenticationService.Stub extends AuthenticationProtos.AuthenticationService implements AuthenticationProtos.AuthenticationService.Interface
AuthenticationProtos.AuthenticationService.BlockingInterface, AuthenticationProtos.AuthenticationService.Interface, AuthenticationProtos.AuthenticationService.Stub
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); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void getAuthenticationToken(com.google.protobuf.RpcController controller, AuthenticationProtos.GetAuthenticationTokenRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.GetAuthenticationTokenResponse> done)
AuthenticationProtos.AuthenticationService
rpc GetAuthenticationToken(.GetAuthenticationTokenRequest) returns (.GetAuthenticationTokenResponse);
getAuthenticationToken
in interface AuthenticationProtos.AuthenticationService.Interface
getAuthenticationToken
in class AuthenticationProtos.AuthenticationService
public void whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
AuthenticationProtos.AuthenticationService
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse);
whoAmI
in interface AuthenticationProtos.AuthenticationService.Interface
whoAmI
in class AuthenticationProtos.AuthenticationService
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.