| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.repl.ranger |
| Modifier and Type | Class and Description |
|---|---|
static class |
RangerPolicy.RangerDataMaskPolicyItem
RangerDataMaskPolicyItem class.
|
static class |
RangerPolicy.RangerRowFilterPolicyItem
RangerRowFilterPolicyItem class.
|
| Modifier and Type | Method and Description |
|---|---|
List<RangerPolicy.RangerPolicyItem> |
RangerPolicy.getAllowExceptions() |
List<RangerPolicy.RangerPolicyItem> |
RangerPolicy.getDenyExceptions() |
List<RangerPolicy.RangerPolicyItem> |
RangerPolicy.getDenyPolicyItems() |
List<RangerPolicy.RangerPolicyItem> |
RangerPolicy.getPolicyItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangerPolicy.setAllowExceptions(List<RangerPolicy.RangerPolicyItem> allowExceptions) |
void |
RangerPolicy.setDenyExceptions(List<RangerPolicy.RangerPolicyItem> denyExceptions) |
void |
RangerPolicy.setDenyPolicyItems(List<RangerPolicy.RangerPolicyItem> denyPolicyItems) |
void |
RangerPolicy.setPolicyItems(List<RangerPolicy.RangerPolicyItem> policyItems) |
| Constructor and Description |
|---|
RangerPolicy(String service,
String name,
Integer policyType,
String description,
Map<String,RangerPolicy.RangerPolicyResource> resources,
List<RangerPolicy.RangerPolicyItem> policyItems,
String resourceSignature) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.