public class DummyHiveAuthorizationValidator extends Object implements HiveAuthorizationValidator
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
DummyHiveAuthorizationValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context)
see HiveAuthorizer.checkPrivileges
|
List<HivePrivilegeObject> |
filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context)
see HiveAuthorizer.filterListCmdObjects
|
public void checkPrivileges(HiveOperationType hiveOpType, List<HivePrivilegeObject> inputHObjs, List<HivePrivilegeObject> outputHObjs, HiveAuthzContext context) throws HiveAuthzPluginException, HiveAccessControlException
HiveAuthorizationValidatorcheckPrivileges in interface HiveAuthorizationValidatorHiveAuthzPluginExceptionHiveAccessControlExceptionpublic List<HivePrivilegeObject> filterListCmdObjects(List<HivePrivilegeObject> listObjs, HiveAuthzContext context)
HiveAuthorizationValidatorfilterListCmdObjects in interface HiveAuthorizationValidatorCopyright © 2016 The Apache Software Foundation. All rights reserved.