Uses of Interface
org.apache.hadoop.hive.ql.security.authorization.plugin.HiveMetastoreClientFactory

Packages that use HiveMetastoreClientFactory
org.apache.hadoop.hive.ql.security.authorization.plugin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd   
 

Uses of HiveMetastoreClientFactory in org.apache.hadoop.hive.ql.security.authorization.plugin
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin that implement HiveMetastoreClientFactory
 class HiveMetastoreClientFactoryImpl
          Private implementaiton that returns instance of IMetaStoreClient
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin with parameters of type HiveMetastoreClientFactory
 HiveAuthorizer HiveAuthorizerFactory.createHiveAuthorizer(HiveMetastoreClientFactory metastoreClientFactory, HiveConf conf, HiveAuthenticationProvider hiveAuthenticator)
          Create a new instance of HiveAuthorizer, initialized with the given objects.
 

Uses of HiveMetastoreClientFactory in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type HiveMetastoreClientFactory
 HiveAuthorizer SQLStdHiveAuthorizerFactory.createHiveAuthorizer(HiveMetastoreClientFactory metastoreClientFactory, HiveConf conf, HiveAuthenticationProvider authenticator)
           
 

Constructors in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type HiveMetastoreClientFactory
SQLStdHiveAccessController(HiveMetastoreClientFactory metastoreClientFactory, HiveConf conf, HiveAuthenticationProvider authenticator)
           
SQLStdHiveAuthorizationValidator(HiveMetastoreClientFactory metastoreClientFactory, HiveConf conf, HiveAuthenticationProvider authenticator, SQLStdHiveAccessController privController)
           
 



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