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