| Package | Description |
|---|---|
| com.denodo.common.custom.policy |
Provides the enums and classes needed to represent the evaluation of
Custom Policies for Virtual DataPort and to access to its context.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRestrictionPolicyFilterType |
CustomRestrictionPolicyValue.getFilterType()
Returns the action to be taken for all the rows that do not verify the
condition when the custom policy evaluates to
CustomRestrictionPolicyType.ACCEPT_WITH_FILTER |
static CustomRestrictionPolicyFilterType |
CustomRestrictionPolicyFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomRestrictionPolicyFilterType[] |
CustomRestrictionPolicyFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CustomRestrictionPolicyValue(CustomRestrictionPolicyType policyType,
CustomRestrictionPolicyFilterType filterType,
String condition,
CustomMaskingExpression defaultMaskingExpression,
Map<String,CustomMaskingExpression> sensitiveFields) |
CustomRestrictionPolicyValue(CustomRestrictionPolicyType policyType,
CustomRestrictionPolicyFilterType filterType,
String condition,
Set<String> sensitiveFields)
Constructs a
CustomRestrictionPolicyValue which may impose some
restriction |
Copyright © 2024 Denodo Technologies. All rights reserved.