org.apache.hadoop.hbase.protobuf.generated
Interface AuthenticationProtos.AuthenticationService.Interface
- All Known Implementing Classes:
- AuthenticationProtos.AuthenticationService.Stub
- Enclosing class:
- AuthenticationProtos.AuthenticationService
public static interface AuthenticationProtos.AuthenticationService.Interface
getAuthenticationToken
void getAuthenticationToken(com.google.protobuf.RpcController controller,
AuthenticationProtos.GetAuthenticationTokenRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.GetAuthenticationTokenResponse> done)
rpc GetAuthenticationToken(.GetAuthenticationTokenRequest) returns (.GetAuthenticationTokenResponse);
whoAmI
void whoAmI(com.google.protobuf.RpcController controller,
AuthenticationProtos.WhoAmIRequest request,
com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
rpc WhoAmI(.WhoAmIRequest) returns (.WhoAmIResponse);
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.