org.apache.hadoop.hive.ql.security.authorization
Class HiveAuthorizationProviderBase

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProviderBase
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, HiveAuthorizationProvider
Direct Known Subclasses:
BitSetCheckedAuthorizationProvider, StorageBasedAuthorizationProvider

public abstract class HiveAuthorizationProviderBase
extends Object
implements HiveAuthorizationProvider


Field Summary
static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
HiveAuthorizationProviderBase()
           
 
Method Summary
 HiveAuthenticationProvider getAuthenticator()
           
 org.apache.hadoop.conf.Configuration getConf()
           
 void setAuthenticator(HiveAuthenticationProvider authenticator)
           
 void setConf(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider
authorize, authorize, authorize, authorize, authorize, init
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

HiveAuthorizationProviderBase

public HiveAuthorizationProviderBase()
Method Detail

setConf

public void setConf(org.apache.hadoop.conf.Configuration conf)
Specified by:
setConf in interface org.apache.hadoop.conf.Configurable

getConf

public org.apache.hadoop.conf.Configuration getConf()
Specified by:
getConf in interface org.apache.hadoop.conf.Configurable

getAuthenticator

public HiveAuthenticationProvider getAuthenticator()
Specified by:
getAuthenticator in interface HiveAuthorizationProvider

setAuthenticator

public void setAuthenticator(HiveAuthenticationProvider authenticator)
Specified by:
setAuthenticator in interface HiveAuthorizationProvider


Copyright © 2014 The Apache Software Foundation. All rights reserved.