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.TokenRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.TokenResponse> done)
           
 void whoAmI(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
           
 

Method Detail

getAuthenticationToken

void getAuthenticationToken(com.google.protobuf.RpcController controller,
                            AuthenticationProtos.TokenRequest request,
                            com.google.protobuf.RpcCallback<AuthenticationProtos.TokenResponse> done)

whoAmI

void whoAmI(com.google.protobuf.RpcController controller,
            AuthenticationProtos.WhoAmIRequest request,
            com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.