Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
void |
Mutation.setACL(String user,
Permission perms) |
void |
Query.setACL(String user,
Permission perms) |
Modifier and Type | Method and Description |
---|---|
void |
Mutation.setACL(Map<String,Permission> perms) |
void |
Query.setACL(Map<String,Permission> perms) |
Modifier and Type | Method and Description |
---|---|
static Permission |
ProtobufUtil.toPermission(AccessControlProtos.Permission proto)
Converts a Permission proto to a client Permission object.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ListMultimap<String,Permission> |
ProtobufUtil.toUsersAndPermissions(AccessControlProtos.UsersAndPermissions proto) |
Modifier and Type | Method and Description |
---|---|
static AccessControlProtos.Permission |
ProtobufUtil.toPermission(Permission perm)
Convert a client Permission to a Permission proto
|
static AccessControlProtos.UsersAndPermissions |
ProtobufUtil.toUsersAndPermissions(String user,
Permission perms) |
Modifier and Type | Method and Description |
---|---|
static AccessControlProtos.UsersAndPermissions |
ProtobufUtil.toUsersAndPermissions(com.google.common.collect.ListMultimap<String,Permission> perms) |
Modifier and Type | Class and Description |
---|---|
class |
TablePermission
Represents an authorization for access for the given actions, optionally
restricted to the given column family or column qualifier, over the
given table.
|
class |
UserPermission
Represents an authorization for access over the given table, column family
plus qualifier, for the given user.
|
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.