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

Packages that use HiveMetastoreAuthenticationProvider
org.apache.hadoop.hive.ql.security   
 

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

Classes in org.apache.hadoop.hive.ql.security that implement HiveMetastoreAuthenticationProvider
 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.
 

Method parameters in org.apache.hadoop.hive.ql.security with type arguments of type HiveMetastoreAuthenticationProvider
static void InjectableDummyAuthenticator.injectHmapClass(Class<? extends HiveMetastoreAuthenticationProvider> clazz)
           
 



Copyright © 2012 The Apache Software Foundation