| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeDesc> |
GrantDesc.getPrivileges() |
| Constructor and Description |
|---|
GrantDesc(PrivilegeObjectDesc privilegeSubject,
List<PrivilegeDesc> privileges,
List<PrincipalDesc> principals,
String grantor,
org.apache.hadoop.hive.metastore.api.PrincipalType grantorType,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeDesc> |
RevokeDesc.getPrivileges() |
| Constructor and Description |
|---|
RevokeDesc(List<PrivilegeDesc> privileges,
List<PrincipalDesc> principals,
PrivilegeObjectDesc privilegeSubject,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
HivePrivilege |
DefaultHiveAuthorizationTranslator.getHivePrivilege(PrivilegeDesc privilege) |
| Modifier and Type | Method and Description |
|---|---|
static List<HivePrivilege> |
AuthorizationUtils.getHivePrivileges(List<PrivilegeDesc> privileges,
HiveAuthorizationTranslator trans) |
| Modifier and Type | Method and Description |
|---|---|
HivePrivilege |
HiveAuthorizationTranslator.getHivePrivilege(PrivilegeDesc privilege) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.