Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Field and Description |
---|---|
private Map<TableName,List<UserPermission>> |
AccessController.tableAcls |
Modifier and Type | Method and Description |
---|---|
(package private) static List<UserPermission> |
AccessControlLists.getUserNamespacePermissions(org.apache.hadoop.conf.Configuration conf,
String namespace) |
(package private) static List<UserPermission> |
AccessControlLists.getUserPermissions(org.apache.hadoop.conf.Configuration conf,
byte[] entryName) |
static List<UserPermission> |
AccessControlClient.getUserPermissions(org.apache.hadoop.conf.Configuration conf,
String tableRegex)
Deprecated.
|
static List<UserPermission> |
AccessControlClient.getUserPermissions(Connection connection,
String tableRegex)
List all the userPermissions matching the given pattern.
|
(package private) static List<UserPermission> |
AccessControlLists.getUserTablePermissions(org.apache.hadoop.conf.Configuration conf,
TableName tableName)
Returns the currently granted permissions for a given table as a list of
user plus associated permissions.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
AccessControlLists.addUserPermission(org.apache.hadoop.conf.Configuration conf,
UserPermission userPerm)
Stores a new user permission grant in the access control lists table.
|
(package private) static void |
AccessControlLists.removeUserPermission(org.apache.hadoop.conf.Configuration conf,
UserPermission userPerm)
Removes a previously granted permission from the stored access control
lists.
|
(package private) static byte[] |
AccessControlLists.userPermissionKey(UserPermission userPerm)
Build qualifier key from user permission:
username
username,family
username,family,qualifier
|
(package private) static byte[] |
AccessControlLists.userPermissionRowKey(UserPermission userPerm) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.