|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeFilterPolicy
public class AttributeFilterPolicy
A policy describing if a set of attribute value filters is applicable.
Field Summary | |
---|---|
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 Summary | |
---|---|
AttributeFilterPolicy(String id)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String policyId
private MatchFunctor policyRequirementRule
private List<AttributeRule> attributeRules
Constructor Detail |
---|
public AttributeFilterPolicy(String id)
id
- unique ID for the policyMethod Detail |
---|
public String getPolicyId()
public MatchFunctor getPolicyRequirementRule()
public void setPolicyRequirementRule(MatchFunctor requirement)
requirement
- requirement for this policypublic List<AttributeRule> getAttributeRules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |