org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd
Class RevokePrivAuthUtils

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.RevokePrivAuthUtils

public class RevokePrivAuthUtils
extends Object


Constructor Summary
RevokePrivAuthUtils()
           
 
Method Summary
static List<org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege> authorizeAndGetRevokePrivileges(List<HivePrincipal> principals, List<HivePrivilege> hivePrivileges, HivePrivilegeObject hivePrivObject, boolean grantOption, IMetaStoreClient mClient, String userName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevokePrivAuthUtils

public RevokePrivAuthUtils()
Method Detail

authorizeAndGetRevokePrivileges

public static List<org.apache.hadoop.hive.metastore.api.HiveObjectPrivilege> authorizeAndGetRevokePrivileges(List<HivePrincipal> principals,
                                                                                                             List<HivePrivilege> hivePrivileges,
                                                                                                             HivePrivilegeObject hivePrivObject,
                                                                                                             boolean grantOption,
                                                                                                             IMetaStoreClient mClient,
                                                                                                             String userName)
                                                                                                      throws HiveAuthzPluginException,
                                                                                                             HiveAccessControlException
Throws:
HiveAuthzPluginException
HiveAccessControlException


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