public abstract static class AccessControlProtos.AccessControlService extends Object
AccessControlService| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
AccessControlProtos.AccessControlService.BlockingInterface  | 
static interface  | 
AccessControlProtos.AccessControlService.Interface  | 
static class  | 
AccessControlProtos.AccessControlService.Stub  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AccessControlService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
          com.google.protobuf.RpcController controller,
          com.google.protobuf.Message request,
          <any> done)  | 
abstract void | 
checkPermissions(com.google.protobuf.RpcController controller,
                AccessControlProtos.CheckPermissionsRequest request,
                <any> done)
rpc CheckPermissions(.CheckPermissionsRequest) returns (.CheckPermissionsResponse); | 
static com.google.protobuf.Descriptors.ServiceDescriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.ServiceDescriptor | 
getDescriptorForType()  | 
com.google.protobuf.Message | 
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)  | 
com.google.protobuf.Message | 
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)  | 
abstract void | 
getUserPermissions(com.google.protobuf.RpcController controller,
                  AccessControlProtos.GetUserPermissionsRequest request,
                  <any> done)
rpc GetUserPermissions(.GetUserPermissionsRequest) returns (.GetUserPermissionsResponse); | 
abstract void | 
grant(com.google.protobuf.RpcController controller,
     AccessControlProtos.GrantRequest request,
     <any> done)
rpc Grant(.GrantRequest) returns (.GrantResponse); | 
static AccessControlProtos.AccessControlService.BlockingInterface | 
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)  | 
static com.google.protobuf.BlockingService | 
newReflectiveBlockingService(AccessControlProtos.AccessControlService.BlockingInterface impl)  | 
static com.google.protobuf.Service | 
newReflectiveService(AccessControlProtos.AccessControlService.Interface impl)  | 
static AccessControlProtos.AccessControlService.Stub | 
newStub(com.google.protobuf.RpcChannel channel)  | 
abstract void | 
revoke(com.google.protobuf.RpcController controller,
      AccessControlProtos.RevokeRequest request,
      <any> done)
rpc Revoke(.RevokeRequest) returns (.RevokeResponse); | 
public static com.google.protobuf.Service newReflectiveService(AccessControlProtos.AccessControlService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(AccessControlProtos.AccessControlService.BlockingInterface impl)
public abstract void grant(com.google.protobuf.RpcController controller,
                           AccessControlProtos.GrantRequest request,
                           <any> done)
rpc Grant(.GrantRequest) returns (.GrantResponse);public abstract void revoke(com.google.protobuf.RpcController controller,
                            AccessControlProtos.RevokeRequest request,
                            <any> done)
rpc Revoke(.RevokeRequest) returns (.RevokeResponse);public abstract void getUserPermissions(com.google.protobuf.RpcController controller,
                                        AccessControlProtos.GetUserPermissionsRequest request,
                                        <any> done)
rpc GetUserPermissions(.GetUserPermissionsRequest) returns (.GetUserPermissionsResponse);public abstract void checkPermissions(com.google.protobuf.RpcController controller,
                                      AccessControlProtos.CheckPermissionsRequest request,
                                      <any> done)
rpc CheckPermissions(.CheckPermissionsRequest) returns (.CheckPermissionsResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
                             com.google.protobuf.RpcController controller,
                             com.google.protobuf.Message request,
                             <any> done)
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public static AccessControlProtos.AccessControlService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static AccessControlProtos.AccessControlService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)