public static interface AccessControlProtos.AccessControlService.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
checkPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.CheckPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.CheckPermissionsResponse> done)
rpc CheckPermissions(.hbase.pb.CheckPermissionsRequest) returns (.hbase.pb.CheckPermissionsResponse); |
void |
getUserPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GetUserPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GetUserPermissionsResponse> done)
rpc GetUserPermissions(.hbase.pb.GetUserPermissionsRequest) returns (.hbase.pb.GetUserPermissionsResponse); |
void |
grant(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GrantRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GrantResponse> done)
rpc Grant(.hbase.pb.GrantRequest) returns (.hbase.pb.GrantResponse); |
void |
revoke(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.RevokeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
rpc Revoke(.hbase.pb.RevokeRequest) returns (.hbase.pb.RevokeResponse); |
void grant(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GrantRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GrantResponse> done)
rpc Grant(.hbase.pb.GrantRequest) returns (.hbase.pb.GrantResponse);void revoke(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.RevokeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
rpc Revoke(.hbase.pb.RevokeRequest) returns (.hbase.pb.RevokeResponse);void getUserPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GetUserPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GetUserPermissionsResponse> done)
rpc GetUserPermissions(.hbase.pb.GetUserPermissionsRequest) returns (.hbase.pb.GetUserPermissionsResponse);void checkPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.CheckPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.CheckPermissionsResponse> done)
rpc CheckPermissions(.hbase.pb.CheckPermissionsRequest) returns (.hbase.pb.CheckPermissionsResponse);Copyright © 2007–2019 Cloudera. All rights reserved.