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

Packages that use HiveAuthorizer
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   
org.apache.hadoop.hive.ql.session   
 

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

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin that implement HiveAuthorizer
 class HiveAuthorizerImpl
          Convenience implementation of HiveAuthorizer.
 

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

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

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

Uses of HiveAuthorizer in org.apache.hadoop.hive.ql.session
 

Methods in org.apache.hadoop.hive.ql.session that return HiveAuthorizer
 HiveAuthorizer SessionState.getAuthorizerV2()
           
 



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