public class AttributeFilterPolicy extends Object
Modifier and Type | Field and Description |
---|---|
private List<AttributeRule> |
attributeRules
Filters to be used on attribute values.
|
private String |
policyId
Unique identifier for this policy.
|
private MatchFunctor |
policyRequirementRule
Requirement that must be met for this policy to apply.
|
Constructor and Description |
---|
AttributeFilterPolicy(String id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeRule> |
getAttributeRules()
Gets the attribute rules that are in effect if this policy is in effect.
|
String |
getPolicyId()
Gets the unique ID for this policy.
|
MatchFunctor |
getPolicyRequirementRule()
Gets the requirement for this policy.
|
void |
setPolicyRequirementRule(MatchFunctor requirement)
Sets the requirement for this policy.
|
private String policyId
private MatchFunctor policyRequirementRule
private List<AttributeRule> attributeRules
public AttributeFilterPolicy(String id)
id
- unique ID for the policypublic String getPolicyId()
public MatchFunctor getPolicyRequirementRule()
public void setPolicyRequirementRule(MatchFunctor requirement)
requirement
- requirement for this policypublic List<AttributeRule> getAttributeRules()
Copyright © 1999-2012. All Rights Reserved.