| Package | Description |
|---|---|
| org.apache.hadoop.hbase.security.access |
| Modifier and Type | Field and Description |
|---|---|
private TableAuthManager |
ZKPermissionWatcher.authManager |
private TableAuthManager |
AccessChecker.authManager |
private TableAuthManager |
AccessControlFilter.authManager |
| Modifier and Type | Field and Description |
|---|---|
private static Map<ZKWatcher,TableAuthManager> |
TableAuthManager.managerMap |
private static Map<TableAuthManager,Integer> |
TableAuthManager.refCount |
| Modifier and Type | Method and Description |
|---|---|
TableAuthManager |
AccessChecker.getAuthManager() |
TableAuthManager |
AccessController.getAuthManager() |
static TableAuthManager |
TableAuthManager.getOrCreate(ZKWatcher watcher,
org.apache.hadoop.conf.Configuration conf)
Returns a TableAuthManager from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TableAuthManager.release(TableAuthManager instance)
Releases the resources for the given TableAuthManager if the reference count is down to 0.
|
| Constructor and Description |
|---|
AccessControlFilter(TableAuthManager mgr,
User ugi,
TableName tableName,
AccessControlFilter.Strategy strategy,
Map<ByteRange,Integer> cfVsMaxVersions) |
ZKPermissionWatcher(ZKWatcher watcher,
TableAuthManager authManager,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.