Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Class and Description |
---|---|
class |
UserPermission
Represents an authorization for access over the given table, column family
plus qualifier, for the given user.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessController.grant(byte[] user,
TablePermission permission)
Deprecated.
|
void |
AccessControllerProtocol.grant(byte[] user,
TablePermission permission)
Deprecated.
|
void |
AccessController.revoke(byte[] user,
TablePermission permission)
Deprecated.
|
void |
AccessControllerProtocol.revoke(byte[] user,
TablePermission permission)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TableAuthManager.setGroupPermissions(String group,
byte[] table,
List<TablePermission> perms)
Overwrites the existing permission set for a group and triggers an update
for zookeeper synchronization.
|
void |
TableAuthManager.setUserPermissions(String username,
byte[] table,
List<TablePermission> perms)
Overwrites the existing permission set for a given user for a table, and
triggers an update for zookeeper synchronization.
|
void |
TableAuthManager.writeToZooKeeper(byte[] table,
org.apache.hadoop.hbase.security.access.TableAuthManager.PermissionCache<TablePermission> tablePerms) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.