Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Field and Description |
---|---|
private TableAuthManager.PermissionCache<Permission> |
TableAuthManager.globalCache
Cache of global permissions
|
Modifier and Type | Field and Description |
---|---|
private ConcurrentSkipListMap<String,TableAuthManager.PermissionCache<TablePermission>> |
TableAuthManager.nsCache |
private ConcurrentSkipListMap<TableName,TableAuthManager.PermissionCache<TablePermission>> |
TableAuthManager.tableCache |
Modifier and Type | Method and Description |
---|---|
private TableAuthManager.PermissionCache<TablePermission> |
TableAuthManager.getNamespacePermissions(String namespace) |
private TableAuthManager.PermissionCache<TablePermission> |
TableAuthManager.getTablePermissions(TableName table) |
private TableAuthManager.PermissionCache<Permission> |
TableAuthManager.initGlobal(org.apache.hadoop.conf.Configuration conf)
Returns a new
PermissionCache initialized with permission assignments
from the hbase.superuser configuration key. |
Modifier and Type | Method and Description |
---|---|
void |
TableAuthManager.writeNamespaceToZooKeeper(String namespace,
TableAuthManager.PermissionCache<TablePermission> tablePerms) |
void |
TableAuthManager.writeTableToZooKeeper(TableName table,
TableAuthManager.PermissionCache<TablePermission> tablePerms) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.