public class AttributeFilterPolicy extends Object
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.
|
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–2014. All rights reserved.