| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan | |
| org.apache.hadoop.hive.ql.security.authorization |
| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeDesc> |
RevokeDesc.getPrivileges() |
List<PrivilegeDesc> |
GrantDesc.getPrivileges() |
| Modifier and Type | Method and Description |
|---|---|
void |
RevokeDesc.setPrivileges(List<PrivilegeDesc> privileges) |
void |
GrantDesc.setPrivileges(List<PrivilegeDesc> privileges) |
| Constructor and Description |
|---|
GrantDesc(PrivilegeObjectDesc privilegeSubject,
List<PrivilegeDesc> privilegeDesc,
List<PrincipalDesc> principalDesc,
String grantor,
PrincipalType grantorType,
boolean grantOption) |
RevokeDesc(List<PrivilegeDesc> privileges,
List<PrincipalDesc> principals,
PrivilegeObjectDesc privilegeSubjectDesc) |
RevokeDesc(List<PrivilegeDesc> privileges,
List<PrincipalDesc> principals,
PrivilegeObjectDesc privilegeSubjectDesc,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
static List<HivePrivilege> |
AuthorizationUtils.getHivePrivileges(List<PrivilegeDesc> privileges) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.