Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Field and Description |
---|---|
private TableAuthManager |
AccessControlFilter.authManager |
(package private) TableAuthManager |
AccessController.authManager |
(package private) TableAuthManager |
ZKPermissionWatcher.authManager |
private static TableAuthManager |
TableAuthManager.instance |
Modifier and Type | Field and Description |
---|---|
(package private) static Map<ZooKeeperWatcher,TableAuthManager> |
TableAuthManager.managerMap |
Modifier and Type | Method and Description |
---|---|
static TableAuthManager |
TableAuthManager.get(ZooKeeperWatcher watcher,
org.apache.hadoop.conf.Configuration conf) |
TableAuthManager |
AccessController.getAuthManager() |
Constructor and Description |
---|
AccessControlFilter(TableAuthManager mgr,
User ugi,
TableName tableName,
AccessControlFilter.Strategy strategy,
Map<ByteRange,Integer> cfVsMaxVersions) |
ZKPermissionWatcher(ZooKeeperWatcher watcher,
TableAuthManager authManager,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.