Uses of Class
org.apache.hadoop.hbase.security.UserProvider
Package
Description
Tools to help define network clients and servers.
HBase REST
Provides an HBase Thrift
service.
Provides an HBase Thrift
service.
-
Uses of UserProvider in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionprotected abstract void
HBaseServerBase.login
(UserProvider user, String host) private static User
AuthUtil.loginFromKeytabAndReturnUser
(UserProvider provider) Deprecated. -
Uses of UserProvider in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprotected final UserProvider
AbstractRpcClient.userProvider
protected final UserProvider
RpcServer.userProvider
-
Uses of UserProvider in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionprotected void
HMaster.login
(UserProvider user, String host) For compatibility, if failed with regionserver credentials, try the master one -
Uses of UserProvider in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate final UserProvider
MetricsUserAggregateImpl.userProvider
Provider for mapping principal names to Usersprivate UserProvider
SecureBulkLoadManager.userProvider
Modifier and TypeMethodDescriptionprotected void
HRegionServer.login
(UserProvider user, String host) -
Uses of UserProvider in org.apache.hadoop.hbase.replication.regionserver
-
Uses of UserProvider in org.apache.hadoop.hbase.rest
Modifier and TypeMethodDescriptionstatic RESTServlet
RESTServlet.getInstance
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) private static Pair<org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.FilterHolder,
Class<? extends org.apache.hbase.thirdparty.org.glassfish.jersey.servlet.ServletContainer>> RESTServer.loginServerPrincipal
(UserProvider userProvider, org.apache.hadoop.conf.Configuration conf) ModifierConstructorDescription(package private)
RESTServlet
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) Constructor with existing configuration -
Uses of UserProvider in org.apache.hadoop.hbase.security
Modifier and TypeMethodDescriptionstatic UserProvider
UserProvider.instantiate
(org.apache.hadoop.conf.Configuration conf) Instantiate theUserProvider
specified in the configuration and set the passed configuration viasetConf(Configuration)
Modifier and TypeMethodDescriptionstatic void
UserProvider.setUserProviderForTesting
(org.apache.hadoop.conf.Configuration conf, Class<? extends UserProvider> provider) Set theUserProvider
in the given configuration that should be instantiated -
Uses of UserProvider in org.apache.hadoop.hbase.security.access
Modifier and TypeFieldDescriptionprivate UserProvider
AccessController.userProvider
Provider for mapping principal names to Usersprivate UserProvider
SnapshotScannerHDFSAclController.userProvider
Provider for mapping principal names to Users -
Uses of UserProvider in org.apache.hadoop.hbase.security.token
-
Uses of UserProvider in org.apache.hadoop.hbase.thrift
Modifier and TypeMethodDescriptionprotected HBaseServiceHandler
ThriftServer.createHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) ModifierConstructorDescriptionHBaseServiceHandler
(org.apache.hadoop.conf.Configuration c, UserProvider userProvider) protected
ThriftHBaseServiceHandler
(org.apache.hadoop.conf.Configuration c, UserProvider userProvider) -
Uses of UserProvider in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionprotected HBaseServiceHandler
ThriftServer.createHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) ModifierConstructorDescriptionThriftHBaseServiceHandler
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) -
Uses of UserProvider in org.apache.hadoop.hbase.tool
-
Uses of UserProvider in org.apache.hadoop.hbase.util
ModifierConstructorDescriptionConnectionCache
(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider, int cleanInterval, int maxIdleTime)