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

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

public class Operation2Privilege
extends Object

Mapping of operation to its required input and output privileges


Constructor Summary
Operation2Privilege()
           
 
Method Summary
static SQLPrivTypeGrant[] getInputPrivs(HiveOperationType opType)
           
static Set<HiveOperationType> getOperationTypes()
           
static SQLPrivTypeGrant[] getOutputPrivs(HiveOperationType opType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation2Privilege

public Operation2Privilege()
Method Detail

getInputPrivs

public static SQLPrivTypeGrant[] getInputPrivs(HiveOperationType opType)

getOutputPrivs

public static SQLPrivTypeGrant[] getOutputPrivs(HiveOperationType opType)

getOperationTypes

public static Set<HiveOperationType> getOperationTypes()


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