Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Method and Description |
---|---|
List<UserPermission> |
AccessController.getUserPermissions(byte[] tableName) |
List<UserPermission> |
AccessControllerProtocol.getUserPermissions(byte[] tableName)
Queries the permissions currently stored for the given table, returning
a list of currently granted permissions, along with the user or group
each is associated with.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessController.grant(UserPermission perm) |
void |
AccessControllerProtocol.grant(UserPermission userPermission)
Grants the given user or group the privilege to perform the given actions
|
void |
AccessController.revoke(UserPermission perm) |
void |
AccessControllerProtocol.revoke(UserPermission userPermission)
Revokes a previously granted privilege from a user or group.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.