public abstract class HiveAuthorizationProviderBase extends Object implements HiveAuthorizationProvider
Modifier and Type | Class and Description |
---|---|
protected class |
HiveAuthorizationProviderBase.HiveProxy |
Modifier and Type | Field and Description |
---|---|
protected HiveAuthenticationProvider |
authenticator |
protected HiveAuthorizationProviderBase.HiveProxy |
hive_db |
static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
HiveAuthorizationProviderBase() |
Modifier and Type | Method and Description |
---|---|
HiveAuthenticationProvider |
getAuthenticator() |
org.apache.hadoop.conf.Configuration |
getConf() |
void |
setAuthenticator(HiveAuthenticationProvider authenticator) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
protected HiveAuthorizationProviderBase.HiveProxy hive_db
protected HiveAuthenticationProvider authenticator
public static final org.apache.commons.logging.Log LOG
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
public org.apache.hadoop.conf.Configuration getConf()
getConf
in interface org.apache.hadoop.conf.Configurable
public HiveAuthenticationProvider getAuthenticator()
getAuthenticator
in interface HiveAuthorizationProvider
public void setAuthenticator(HiveAuthenticationProvider authenticator)
setAuthenticator
in interface HiveAuthorizationProvider
Copyright © 2017 The Apache Software Foundation. All rights reserved.