Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
HiveAuthzContext |
HiveAuthzContext.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
HiveV1Authorizer.checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputsHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context) |
void |
HiveAuthorizerImpl.checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context) |
void |
HiveAuthorizer.checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputsHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context)
Check if user has privileges to do this action on these objects
|
void |
HiveAuthorizationValidator.checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context)
see HiveAuthorizer.checkPrivileges
|
List<HivePrivilegeObject> |
HiveV1Authorizer.filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context) |
List<HivePrivilegeObject> |
HiveAuthorizerImpl.filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context) |
List<HivePrivilegeObject> |
HiveAuthorizer.filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context)
Filter out any objects that should not be shown to the user, from the list of
tables or databases coming from a 'show tables' or 'show databases' command
|
List<HivePrivilegeObject> |
HiveAuthorizationValidator.filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context)
see HiveAuthorizer.filterListCmdObjects
|
Modifier and Type | Method and Description |
---|---|
void |
SQLStdHiveAuthorizationValidator.checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context) |
void |
DummyHiveAuthorizationValidator.checkPrivileges(HiveOperationType hiveOpType,
List<HivePrivilegeObject> inputHObjs,
List<HivePrivilegeObject> outputHObjs,
HiveAuthzContext context) |
List<HivePrivilegeObject> |
SQLStdHiveAuthorizationValidator.filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context) |
List<HivePrivilegeObject> |
DummyHiveAuthorizationValidator.filterListCmdObjects(List<HivePrivilegeObject> listObjs,
HiveAuthzContext context) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.