Uses of Class
org.apache.hadoop.hbase.security.UserProvider
Packages that use 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
Fields in org.apache.hadoop.hbase declared as UserProviderMethods in org.apache.hadoop.hbase with parameters of type UserProviderModifier and TypeMethodDescriptionprotected abstract voidHBaseServerBase.login(UserProvider user, String host) private static UserAuthUtil.loginFromKeytabAndReturnUser(UserProvider provider) Deprecated. -
Uses of UserProvider in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as UserProviderModifier and TypeFieldDescriptionprotected final UserProviderAbstractRpcClient.userProviderprotected final UserProviderRpcServer.userProvider -
Uses of UserProvider in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master with parameters of type UserProviderModifier and TypeMethodDescriptionprotected voidHMaster.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
Fields in org.apache.hadoop.hbase.regionserver declared as UserProviderModifier and TypeFieldDescriptionprivate final UserProviderMetricsUserAggregateImpl.userProviderProvider for mapping principal names to Usersprivate UserProviderSecureBulkLoadManager.userProviderMethods in org.apache.hadoop.hbase.regionserver with parameters of type UserProviderModifier and TypeMethodDescriptionprotected voidHRegionServer.login(UserProvider user, String host) -
Uses of UserProvider in org.apache.hadoop.hbase.replication.regionserver
Fields in org.apache.hadoop.hbase.replication.regionserver declared as UserProvider -
Uses of UserProvider in org.apache.hadoop.hbase.rest
Fields in org.apache.hadoop.hbase.rest declared as UserProviderMethods in org.apache.hadoop.hbase.rest with parameters of type UserProviderModifier and TypeMethodDescriptionstatic RESTServletRESTServlet.getInstance(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) private static Pair<org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.FilterHolder,Class<? extends org.apache.hbase.thirdparty.org.glassfish.jersey.servlet.ServletContainer>> RESTServer.loginServerPrincipal(UserProvider userProvider, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.rest with parameters of type UserProviderModifierConstructorDescription(package private)RESTServlet(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) Constructor with existing configuration -
Uses of UserProvider in org.apache.hadoop.hbase.security
Methods in org.apache.hadoop.hbase.security that return UserProviderModifier and TypeMethodDescriptionstatic UserProviderUserProvider.instantiate(org.apache.hadoop.conf.Configuration conf) Instantiate theUserProviderspecified in the configuration and set the passed configuration viasetConf(Configuration)Method parameters in org.apache.hadoop.hbase.security with type arguments of type UserProviderModifier and TypeMethodDescriptionstatic voidUserProvider.setUserProviderForTesting(org.apache.hadoop.conf.Configuration conf, Class<? extends UserProvider> provider) Set theUserProviderin the given configuration that should be instantiated -
Uses of UserProvider in org.apache.hadoop.hbase.security.access
Fields in org.apache.hadoop.hbase.security.access declared as UserProviderModifier and TypeFieldDescriptionprivate UserProviderAccessController.userProviderProvider for mapping principal names to Usersprivate UserProviderSnapshotScannerHDFSAclController.userProviderProvider for mapping principal names to Users -
Uses of UserProvider in org.apache.hadoop.hbase.security.token
Fields in org.apache.hadoop.hbase.security.token declared as UserProviderMethods in org.apache.hadoop.hbase.security.token that return UserProviderConstructors in org.apache.hadoop.hbase.security.token with parameters of type UserProvider -
Uses of UserProvider in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift with parameters of type UserProviderModifier and TypeMethodDescriptionprotected HBaseServiceHandlerThriftServer.createHandler(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) Constructors in org.apache.hadoop.hbase.thrift with parameters of type UserProviderModifierConstructorDescriptionHBaseServiceHandler(org.apache.hadoop.conf.Configuration c, UserProvider userProvider) protectedThriftHBaseServiceHandler(org.apache.hadoop.conf.Configuration c, UserProvider userProvider) -
Uses of UserProvider in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 with parameters of type UserProviderModifier and TypeMethodDescriptionprotected HBaseServiceHandlerThriftServer.createHandler(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) Constructors in org.apache.hadoop.hbase.thrift2 with parameters of type UserProviderModifierConstructorDescriptionThriftHBaseServiceHandler(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider) -
Uses of UserProvider in org.apache.hadoop.hbase.tool
Fields in org.apache.hadoop.hbase.tool declared as UserProvider -
Uses of UserProvider in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as UserProviderConstructors in org.apache.hadoop.hbase.util with parameters of type UserProviderModifierConstructorDescriptionConnectionCache(org.apache.hadoop.conf.Configuration conf, UserProvider userProvider, int cleanInterval, int maxIdleTime)