|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TablePermission | |
---|---|
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.security.access |
Uses of TablePermission in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return TablePermission | |
---|---|
static TablePermission |
ProtobufUtil.toTablePermission(org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.Permission proto)
Converts a Permission proto to a client TablePermission object. |
Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type TablePermission | |
---|---|
static com.google.common.collect.ListMultimap<String,TablePermission> |
ProtobufUtil.toUserTablePermissions(org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions proto)
Convert a protobuf UserTablePermissions to a ListMultimap |
Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type TablePermission | |
---|---|
static org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions |
ProtobufUtil.toUserTablePermissions(com.google.common.collect.ListMultimap<String,TablePermission> perm)
Convert a ListMultimap |
Uses of TablePermission in org.apache.hadoop.hbase.security.access |
---|
Subclasses of TablePermission in org.apache.hadoop.hbase.security.access | |
---|---|
class |
UserPermission
Represents an authorization for access over the given table, column family plus qualifier, for the given user. |
Constructors in org.apache.hadoop.hbase.security.access with parameters of type TablePermission | |
---|---|
UserPermission(byte[] user,
TablePermission perm)
Creates a new instance for the given user, table, column family and qualifier, matching the actions with the given codes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |