public abstract static class AccessControlProtos.AccessControlService
extends java.lang.Object
hbase.pb.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(.hbase.pb.CheckPermissionsRequest) returns (.hbase.pb.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(.hbase.pb.GetUserPermissionsRequest) returns (.hbase.pb.GetUserPermissionsResponse); |
abstract void |
grant(com.google.protobuf.RpcController controller,
AccessControlProtos.GrantRequest request,
<any> done)
rpc Grant(.hbase.pb.GrantRequest) returns (.hbase.pb.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(.hbase.pb.RevokeRequest) returns (.hbase.pb.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(.hbase.pb.GrantRequest) returns (.hbase.pb.GrantResponse);public abstract void revoke(com.google.protobuf.RpcController controller,
AccessControlProtos.RevokeRequest request,
<any> done)
rpc Revoke(.hbase.pb.RevokeRequest) returns (.hbase.pb.RevokeResponse);public abstract void getUserPermissions(com.google.protobuf.RpcController controller,
AccessControlProtos.GetUserPermissionsRequest request,
<any> done)
rpc GetUserPermissions(.hbase.pb.GetUserPermissionsRequest) returns (.hbase.pb.GetUserPermissionsResponse);public abstract void checkPermissions(com.google.protobuf.RpcController controller,
AccessControlProtos.CheckPermissionsRequest request,
<any> done)
rpc CheckPermissions(.hbase.pb.CheckPermissionsRequest) returns (.hbase.pb.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)