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


Method Summary
 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);
 

Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.