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,
<any> done)
rpc GetAuthenticationToken(.hbase.pb.GetAuthenticationTokenRequest) returns (.hbase.pb.GetAuthenticationTokenResponse); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
<any> done)
rpc WhoAmI(.hbase.pb.WhoAmIRequest) returns (.hbase.pb.WhoAmIResponse); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void getAuthenticationToken(com.google.protobuf.RpcController controller,
AuthenticationProtos.GetAuthenticationTokenRequest request,
<any> done)
AuthenticationProtos.AuthenticationServicerpc GetAuthenticationToken(.hbase.pb.GetAuthenticationTokenRequest) returns (.hbase.pb.GetAuthenticationTokenResponse);getAuthenticationToken in interface AuthenticationProtos.AuthenticationService.InterfacegetAuthenticationToken in class AuthenticationProtos.AuthenticationServicepublic void whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
<any> done)
AuthenticationProtos.AuthenticationServicerpc WhoAmI(.hbase.pb.WhoAmIRequest) returns (.hbase.pb.WhoAmIResponse);whoAmI in interface AuthenticationProtos.AuthenticationService.InterfacewhoAmI in class AuthenticationProtos.AuthenticationService