Uses of Class
org.apache.hadoop.hbase.security.access.TableAuthManager

Packages that use TableAuthManager
org.apache.hadoop.hbase.security.access   
 

Uses of TableAuthManager in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access that return TableAuthManager
 TableAuthManager AccessController.getAuthManager()
           
static TableAuthManager TableAuthManager.getOrCreate(ZooKeeperWatcher watcher, org.apache.hadoop.conf.Configuration conf)
          Returns a TableAuthManager from the cache.
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type TableAuthManager
static void TableAuthManager.release(TableAuthManager instance)
          Releases the resources for the given TableAuthManager if the reference count is down to 0.
 

Constructors in org.apache.hadoop.hbase.security.access with parameters of type TableAuthManager
ZKPermissionWatcher(ZooKeeperWatcher watcher, TableAuthManager authManager, org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.