org.apache.hadoop.hbase.protobuf.generated
Class AuthenticationProtos.AuthenticationService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.AuthenticationService
      extended by org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.AuthenticationService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, AuthenticationProtos.AuthenticationService.Interface
Enclosing class:
AuthenticationProtos.AuthenticationService

public static final class AuthenticationProtos.AuthenticationService.Stub
extends AuthenticationProtos.AuthenticationService
implements AuthenticationProtos.AuthenticationService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.AuthenticationService
AuthenticationProtos.AuthenticationService.BlockingInterface, AuthenticationProtos.AuthenticationService.Interface, AuthenticationProtos.AuthenticationService.Stub
 
Method Summary
 void getAuthenticationToken(com.google.protobuf.RpcController controller, AuthenticationProtos.TokenRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.TokenResponse> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void whoami(com.google.protobuf.RpcController controller, AuthenticationProtos.WhoAmIRequest request, com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
           
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.AuthenticationService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

getAuthenticationToken

public void getAuthenticationToken(com.google.protobuf.RpcController controller,
                                   AuthenticationProtos.TokenRequest request,
                                   com.google.protobuf.RpcCallback<AuthenticationProtos.TokenResponse> done)
Specified by:
getAuthenticationToken in interface AuthenticationProtos.AuthenticationService.Interface
Specified by:
getAuthenticationToken in class AuthenticationProtos.AuthenticationService

whoami

public void whoami(com.google.protobuf.RpcController controller,
                   AuthenticationProtos.WhoAmIRequest request,
                   com.google.protobuf.RpcCallback<AuthenticationProtos.WhoAmIResponse> done)
Specified by:
whoami in interface AuthenticationProtos.AuthenticationService.Interface
Specified by:
whoami in class AuthenticationProtos.AuthenticationService


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