|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TablePermission | |
---|---|
org.apache.hadoop.hbase.security.access |
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. |
Methods in org.apache.hadoop.hbase.security.access with parameters of type TablePermission | |
---|---|
void |
AccessController.grant(byte[] user,
TablePermission permission)
Deprecated. |
void |
AccessControllerProtocol.grant(byte[] user,
TablePermission permission)
Deprecated. Use AccessControllerProtocol.revoke(UserPermission userPermission) instead |
void |
AccessController.revoke(byte[] user,
TablePermission permission)
Deprecated. |
void |
AccessControllerProtocol.revoke(byte[] user,
TablePermission permission)
Deprecated. Use AccessControllerProtocol.revoke(UserPermission userPermission) instead |
Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type TablePermission | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |