| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
AlterDatabaseSetOwnerDesc.getOwnerPrincipal() |
| Constructor and Description |
|---|
AlterDatabaseSetOwnerDesc(String databaseName,
PrincipalDesc ownerPrincipal,
ReplicationSpec replicationSpec) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
AlterDataConnectorSetOwnerDesc.getOwnerPrincipal() |
| Constructor and Description |
|---|
AlterDataConnectorSetOwnerDesc(String connectorName,
PrincipalDesc ownerPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
GrantDesc.getPrincipals() |
| 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<PrincipalDesc> |
RevokeDesc.getPrincipals() |
| Constructor and Description |
|---|
RevokeDesc(List<PrivilegeDesc> privileges,
List<PrincipalDesc> principals,
PrivilegeObjectDesc privilegeSubject,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
GrantRoleDesc.getPrincipals() |
| Constructor and Description |
|---|
GrantRoleDesc(List<String> roles,
List<PrincipalDesc> principals,
String grantor,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
List<PrincipalDesc> |
RevokeRoleDesc.getPrincipals() |
| Constructor and Description |
|---|
RevokeRoleDesc(List<String> roles,
List<PrincipalDesc> principals,
String grantor,
boolean grantOption) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
ShowGrantDesc.getPrincipalDesc() |
| Constructor and Description |
|---|
ShowGrantDesc(String resFile,
PrincipalDesc principal,
PrivilegeObjectDesc hiveObj) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalDesc |
AlterTableSetOwnerDesc.getOwnerPrincipal() |
| Constructor and Description |
|---|
AlterTableSetOwnerDesc(TableName tableName,
PrincipalDesc ownerPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalDesc |
AuthorizationParseUtils.getPrincipalDesc(ASTNode principal) |
| Modifier and Type | Method and Description |
|---|---|
static List<PrincipalDesc> |
AuthorizationParseUtils.analyzePrincipalListDef(ASTNode node) |
| Modifier and Type | Method and Description |
|---|---|
HivePrincipal |
DefaultHiveAuthorizationTranslator.getHivePrincipal(PrincipalDesc principal) |
| Modifier and Type | Method and Description |
|---|---|
static List<HivePrincipal> |
AuthorizationUtils.getHivePrincipals(List<PrincipalDesc> principals,
HiveAuthorizationTranslator trans) |
| Modifier and Type | Method and Description |
|---|---|
HivePrincipal |
HiveAuthorizationTranslator.getHivePrincipal(PrincipalDesc principal) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.