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(.hbase.pb.GetAuthenticationTokenRequest) returns (.hbase.pb.GetAuthenticationTokenResponse); |
void |
whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.hbase.pb.WhoAmIRequest) returns (.hbase.pb.WhoAmIResponse); |
void getAuthenticationToken(com.google.protobuf.RpcController controller, AuthenticationProtos.GetAuthenticationTokenRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.GetAuthenticationTokenResponse> done)
rpc GetAuthenticationToken(.hbase.pb.GetAuthenticationTokenRequest) returns (.hbase.pb.GetAuthenticationTokenResponse);
void whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.hbase.pb.WhoAmIRequest) returns (.hbase.pb.WhoAmIResponse);
Copyright © 2007–2019 Cloudera. All rights reserved.