Uses of Class
org.apache.hadoop.hbase.security.UserProvider

Packages that use UserProvider
org.apache.hadoop.hbase.rest HBase REST 
org.apache.hadoop.hbase.security   
org.apache.hadoop.hbase.security.token   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.util   
 

Uses of UserProvider in org.apache.hadoop.hbase.rest
 

Methods in org.apache.hadoop.hbase.rest with parameters of type UserProvider
static RESTServlet RESTServlet.getInstance(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider)
           
 

Uses of UserProvider in org.apache.hadoop.hbase.security
 

Methods in org.apache.hadoop.hbase.security that return UserProvider
static UserProvider UserProvider.instantiate(org.apache.hadoop.conf.Configuration conf)
          Instantiate the UserProvider specified in the configuration and set the passed configuration via setConf(Configuration)
 

Method parameters in org.apache.hadoop.hbase.security with type arguments of type UserProvider
static void UserProvider.setUserProviderForTesting(org.apache.hadoop.conf.Configuration conf, Class<? extends UserProvider> provider)
          Set the UserProvider in the given configuration that should be instantiated
 

Uses of UserProvider in org.apache.hadoop.hbase.security.token
 

Methods in org.apache.hadoop.hbase.security.token that return UserProvider
 UserProvider FsDelegationToken.getUserProvider()
           
 

Constructors in org.apache.hadoop.hbase.security.token with parameters of type UserProvider
FsDelegationToken(UserProvider userProvider, String renewer)
           
 

Uses of UserProvider in org.apache.hadoop.hbase.thrift
 

Constructors in org.apache.hadoop.hbase.thrift with parameters of type UserProvider
ThriftServerRunner.HBaseHandler(org.apache.hadoop.conf.Configuration c, UserProvider userProvider)
           
 

Uses of UserProvider in org.apache.hadoop.hbase.util
 

Constructors in org.apache.hadoop.hbase.util with parameters of type UserProvider
ConnectionCache(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider, int cleanInterval, int maxIdleTime)
           
 



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