public class HiveMetaStoreAuthzInfo extends Object
| Constructor and Description |
|---|
HiveMetaStoreAuthzInfo(PreEventContext preEventContext,
HiveOperationType operationType,
List<HivePrivilegeObject> inputHObjs,
List<HivePrivilegeObject> outputHObjs,
String commandString) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandString() |
HiveAuthzContext |
getHiveAuthzContext() |
List<HivePrivilegeObject> |
getInputHObjs() |
HiveOperationType |
getOperationType() |
List<HivePrivilegeObject> |
getOutputHObjs() |
PreEventContext |
getPreEventContext() |
org.apache.hadoop.security.UserGroupInformation |
getUGI() |
String |
toString() |
public HiveMetaStoreAuthzInfo(PreEventContext preEventContext, HiveOperationType operationType, List<HivePrivilegeObject> inputHObjs, List<HivePrivilegeObject> outputHObjs, String commandString)
public HiveOperationType getOperationType()
public List<HivePrivilegeObject> getInputHObjs()
public List<HivePrivilegeObject> getOutputHObjs()
public String getCommandString()
public HiveAuthzContext getHiveAuthzContext()
public PreEventContext getPreEventContext()
public org.apache.hadoop.security.UserGroupInformation getUGI()
Copyright © 2022 The Apache Software Foundation. All rights reserved.