Uses of Interface
org.apache.hadoop.hive.ql.security.HiveAuthenticationProvider

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.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(Configuration conf, HiveConf.ConfVars authenticatorConfKey)
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type HiveAuthenticationProvider
static HiveAuthorizationProvider HiveUtils.getAuthorizeProviderManager(Configuration conf, HiveConf.ConfVars authorizationProviderConfKey, HiveAuthenticationProvider authenticator)
           
 

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 DummyAuthenticator
           
 class HadoopDefaultAuthenticator
           
 class HadoopDefaultMetastoreAuthenticator
           
 class InjectableDummyAuthenticator
          InjectableDummyAuthenticator - An implementation of HiveMetastoreAuthenticationProvider that wraps another Authenticator, but when asked to inject a user provided username and groupnames, does so.
 

Fields in org.apache.hadoop.hive.ql.security declared as HiveAuthenticationProvider
protected  HiveAuthenticationProvider DummyHiveMetastoreAuthorizationProvider.authenticator
           
 

Methods in org.apache.hadoop.hive.ql.security that return HiveAuthenticationProvider
 HiveAuthenticationProvider DummyHiveMetastoreAuthorizationProvider.getAuthenticator()
           
 

Methods in org.apache.hadoop.hive.ql.security with parameters of type HiveAuthenticationProvider
 void DummyHiveMetastoreAuthorizationProvider.setAuthenticator(HiveAuthenticationProvider authenticator)
           
 

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 HiveAuthorizationProvider.getAuthenticator()
           
 HiveAuthenticationProvider HiveAuthorizationProviderBase.getAuthenticator()
           
 

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HiveAuthenticationProvider
 void HiveAuthorizationProvider.setAuthenticator(HiveAuthenticationProvider authenticator)
           
 void HiveAuthorizationProviderBase.setAuthenticator(HiveAuthenticationProvider authenticator)
           
 

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)
           
 



Copyright © 2012 The Apache Software Foundation