public abstract class HiveAuthorizationProviderBase extends java.lang.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() |
Configuration |
getConf() |
void |
setAuthenticator(HiveAuthenticationProvider authenticator) |
void |
setConf(Configuration conf) |
protected HiveAuthorizationProviderBase.HiveProxy hive_db
protected HiveAuthenticationProvider authenticator
public static final org.apache.commons.logging.Log LOG
public void setConf(Configuration conf)
public Configuration getConf()
public HiveAuthenticationProvider getAuthenticator()
getAuthenticator
in interface HiveAuthorizationProvider
public void setAuthenticator(HiveAuthenticationProvider authenticator)
setAuthenticator
in interface HiveAuthorizationProvider
Copyright © 2012 The Apache Software Foundation