Uses of Class
org.apache.hadoop.hive.ql.security.authorization.plugin.HivePrivilegeInfo

Packages that use HivePrivilegeInfo
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 HivePrivilegeInfo in org.apache.hadoop.hive.ql.security.authorization.plugin
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin that return types with arguments of type HivePrivilegeInfo
 List<HivePrivilegeInfo> HiveAuthorizerImpl.showPrivileges(HivePrincipal principal, HivePrivilegeObject privObj)
           
 List<HivePrivilegeInfo> HiveAuthorizer.showPrivileges(HivePrincipal principal, HivePrivilegeObject privObj)
          Show privileges for given principal on given object
 List<HivePrivilegeInfo> HiveAccessController.showPrivileges(HivePrincipal principal, HivePrivilegeObject privObj)
           
 

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

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd that return types with arguments of type HivePrivilegeInfo
 List<HivePrivilegeInfo> SQLStdHiveAccessController.showPrivileges(HivePrincipal principal, HivePrivilegeObject privObj)
           
 



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