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

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

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HivePrivilege
static PrivilegeGrantInfo AuthorizationUtils.getThriftPrivilegeGrantInfo(HivePrivilege privilege, HivePrincipal grantorPrincipal, boolean grantOption, int grantTime)
          Get thrift privilege grant info
 

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

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin that return HivePrivilege
 HivePrivilege HivePrivilegeInfo.getPrivilege()
           
 

Method parameters in org.apache.hadoop.hive.ql.security.authorization.plugin with type arguments of type HivePrivilege
 void HiveAuthorizerImpl.grantPrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
           
 void HiveAuthorizer.grantPrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
          Grant privileges for principals on the object
 void HiveAccessController.grantPrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
           
 void HiveAuthorizerImpl.revokePrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
           
 void HiveAuthorizer.revokePrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
          Revoke privileges for principals on the object
 void HiveAccessController.revokePrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
           
 

Constructors in org.apache.hadoop.hive.ql.security.authorization.plugin with parameters of type HivePrivilege
HivePrivilegeInfo(HivePrincipal principal, HivePrivilege privilege, HivePrivilegeObject object, HivePrincipal grantorPrincipal, boolean grantOption, int grantTime)
           
 

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

Method parameters in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with type arguments of type HivePrivilege
static List<HiveObjectPrivilege> RevokePrivAuthUtils.authorizeAndGetRevokePrivileges(List<HivePrincipal> principals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, boolean grantOption, IMetaStoreClient mClient, String userName)
           
 void SQLStdHiveAccessController.grantPrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
           
 void SQLStdHiveAccessController.revokePrivileges(List<HivePrincipal> hivePrincipals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, HivePrincipal grantorPrincipal, boolean grantOption)
           
static void SQLAuthorizationUtils.validatePrivileges(List<HivePrivilege> hivePrivileges)
          Check if the privileges are acceptable for SQL Standard authorization implementation
 



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