|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HiveAuthenticationProvider | |
|---|---|
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.security | |
| org.apache.hadoop.hive.ql.security.authorization | |
| org.apache.hadoop.hive.ql.security.authorization.plugin | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | |
| org.apache.hadoop.hive.ql.session | |
| Uses of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.metadata |
|---|
| Methods in org.apache.hadoop.hive.ql.metadata that return HiveAuthenticationProvider | |
|---|---|
static HiveAuthenticationProvider |
HiveUtils.getAuthenticator(org.apache.hadoop.conf.Configuration conf,
HiveConf.ConfVars authenticatorConfKey)
|
| Methods in org.apache.hadoop.hive.ql.metadata with parameters of type HiveAuthenticationProvider | |
|---|---|
static HiveAuthorizationProvider |
HiveUtils.getAuthorizeProviderManager(org.apache.hadoop.conf.Configuration conf,
HiveConf.ConfVars authorizationProviderConfKey,
HiveAuthenticationProvider authenticator)
|
static HiveAuthorizationProvider |
HiveUtils.getAuthorizeProviderManager(org.apache.hadoop.conf.Configuration conf,
HiveConf.ConfVars authorizationProviderConfKey,
HiveAuthenticationProvider authenticator,
boolean nullIfOtherClass)
Create a new instance of HiveAuthorizationProvider |
| Uses of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.security |
|---|
| Subinterfaces of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.security | |
|---|---|
interface |
HiveMetastoreAuthenticationProvider
HiveMetastoreAuthenticationProvider is an interface extension from HiveAuthenticationProvider for authentication from the metastore side. |
| Classes in org.apache.hadoop.hive.ql.security that implement HiveAuthenticationProvider | |
|---|---|
class |
HadoopDefaultAuthenticator
|
class |
HadoopDefaultMetastoreAuthenticator
|
class |
ProxyUserAuthenticator
ProxyUserAuthenticator extends HadoopDefaultAuthenticator but honours a proxy config setting proxy.user.name instead of the current user if set. |
class |
SessionStateConfigUserAuthenticator
Authenticator to be used for testing and debugging. |
class |
SessionStateUserAuthenticator
Authenticator that returns the userName set in SessionState. |
| Uses of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.security.authorization |
|---|
| Fields in org.apache.hadoop.hive.ql.security.authorization declared as HiveAuthenticationProvider | |
|---|---|
protected HiveAuthenticationProvider |
HiveAuthorizationProviderBase.authenticator
|
| Methods in org.apache.hadoop.hive.ql.security.authorization that return HiveAuthenticationProvider | |
|---|---|
HiveAuthenticationProvider |
HiveAuthorizationProviderBase.getAuthenticator()
|
HiveAuthenticationProvider |
HiveAuthorizationProvider.getAuthenticator()
|
| Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HiveAuthenticationProvider | |
|---|---|
void |
HiveAuthorizationProviderBase.setAuthenticator(HiveAuthenticationProvider authenticator)
|
void |
HiveAuthorizationProvider.setAuthenticator(HiveAuthenticationProvider authenticator)
|
| Uses of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.security.authorization.plugin |
|---|
| Methods in org.apache.hadoop.hive.ql.security.authorization.plugin with parameters of type HiveAuthenticationProvider | |
|---|---|
HiveAuthorizer |
HiveAuthorizerFactory.createHiveAuthorizer(HiveMetastoreClientFactory metastoreClientFactory,
HiveConf conf,
HiveAuthenticationProvider hiveAuthenticator)
Create a new instance of HiveAuthorizer, initialized with the given objects. |
| Uses of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd |
|---|
| Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type HiveAuthenticationProvider | |
|---|---|
HiveAuthorizer |
SQLStdHiveAuthorizerFactory.createHiveAuthorizer(HiveMetastoreClientFactory metastoreClientFactory,
HiveConf conf,
HiveAuthenticationProvider authenticator)
|
| Constructors in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type HiveAuthenticationProvider | |
|---|---|
SQLStdHiveAccessController(HiveMetastoreClientFactory metastoreClientFactory,
HiveConf conf,
HiveAuthenticationProvider authenticator)
|
|
SQLStdHiveAuthorizationValidator(HiveMetastoreClientFactory metastoreClientFactory,
HiveConf conf,
HiveAuthenticationProvider authenticator,
SQLStdHiveAccessController privController)
|
|
| Uses of HiveAuthenticationProvider in org.apache.hadoop.hive.ql.session |
|---|
| Methods in org.apache.hadoop.hive.ql.session that return HiveAuthenticationProvider | |
|---|---|
HiveAuthenticationProvider |
SessionState.getAuthenticator()
|
| Methods in org.apache.hadoop.hive.ql.session with parameters of type HiveAuthenticationProvider | |
|---|---|
void |
SessionState.setAuthenticator(HiveAuthenticationProvider authenticator)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||