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(org.apache.hadoop.conf.Configuration conf)
           
 

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

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

Classes in org.apache.hadoop.hive.ql.security that implement HiveAuthenticationProvider
 class DummyAuthenticator
           
 class HadoopDefaultAuthenticator
           
 

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.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 © 2011 The Apache Software Foundation