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

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

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin that return HiveOperationType
static HiveOperationType HiveOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HiveOperationType[] HiveOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin with parameters of type HiveOperationType
 void HiveAuthorizationValidator.checkPrivileges(HiveOperationType hiveOpType, List<HivePrivilegeObject> inputHObjs, List<HivePrivilegeObject> outputHObjs)
          Check if current user has privileges to perform given operation type hiveOpType on the given input and output objects
 void HiveAuthorizer.checkPrivileges(HiveOperationType hiveOpType, List<HivePrivilegeObject> inputsHObjs, List<HivePrivilegeObject> outputHObjs)
          Check if user has privileges to do this action on these objects
 void HiveAuthorizerImpl.checkPrivileges(HiveOperationType hiveOpType, List<HivePrivilegeObject> inputHObjs, List<HivePrivilegeObject> outputHObjs)
           
 

Uses of HiveOperationType 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 HiveOperationType
static Set<HiveOperationType> Operation2Privilege.getOperationTypes()
           
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type HiveOperationType
 void SQLStdHiveAuthorizationValidator.checkPrivileges(HiveOperationType hiveOpType, List<HivePrivilegeObject> inputHObjs, List<HivePrivilegeObject> outputHObjs)
           
static SQLPrivTypeGrant[] Operation2Privilege.getInputPrivs(HiveOperationType opType)
           
static SQLPrivTypeGrant[] Operation2Privilege.getOutputPrivs(HiveOperationType opType)
           
 



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