|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPermission | |
---|---|
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
Uses of UserPermission in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return UserPermission | |
---|---|
static UserPermission |
ProtobufUtil.toUserPermission(AccessControlProtos.UserPermission proto)
Converts a user permission proto to a client user permission object. |
Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type UserPermission | |
---|---|
static List<UserPermission> |
ProtobufUtil.getUserPermissions(AccessControlProtos.AccessControlService.BlockingInterface protocol,
byte[] t)
A utility used to get user permissions. |
Methods in org.apache.hadoop.hbase.protobuf with parameters of type UserPermission | |
---|---|
static AccessControlProtos.UserPermission |
ProtobufUtil.toUserPermission(UserPermission perm)
Convert a client user permission to a user permission proto |
Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type UserPermission | |
---|---|
static AccessControlProtos.UserPermissionsResponse |
ResponseConverter.buildUserPermissionsResponse(List<UserPermission> permissions)
Converts the permissions list into a protocol buffer UserPermissionsResponse |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |