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 |
---|---|
CustomRestrictionPolicyType |
CustomRestrictionPolicyValue.getPolicyType()
Returns the action to be taken as a result of custom policy evaluation
|
static CustomRestrictionPolicyType |
CustomRestrictionPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomRestrictionPolicyType[] |
CustomRestrictionPolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CustomRestrictionPolicyValue(CustomRestrictionPolicyType policyType)
Constructs a
CustomRestrictionPolicyValue without imposing any
restriction |
CustomRestrictionPolicyValue(CustomRestrictionPolicyType policyType,
CustomRestrictionPolicyFilterType filterType,
String condition,
Set<String> sensitiveFields)
Constructs a
CustomRestrictionPolicyValue which may impose some
restriction |
Copyright © 2019 Denodo Technologies. All rights reserved.