|
||||||||||
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.AttributeRule
public class AttributeRule
Represents a value filtering rule for a particular attribute.
Constructor Summary | |
---|---|
AttributeRule(String id)
Constructor. |
Method Summary | |
---|---|
String |
getAttributeId()
Gets the ID of the attribute to which this rule applies. |
MatchFunctor |
getDenyValueRule()
Gets the filter that denies the release of attribute values. |
MatchFunctor |
getPermitValueRule()
Gets the filter that permits the release of attribute values. |
void |
setDenyValueRule(MatchFunctor filter)
Sets the filter that denies the release of attribute values. |
void |
setPermitValueRule(MatchFunctor filter)
Sets the filter that permits the release of attribute values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeRule(String id)
id
- unique ID of this ruleMethod Detail |
---|
public String getAttributeId()
public MatchFunctor getPermitValueRule()
public void setPermitValueRule(MatchFunctor filter)
filter
- filter that permits the release of attribute valuespublic MatchFunctor getDenyValueRule()
public void setDenyValueRule(MatchFunctor filter)
filter
- filter that denies the release of attribute values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |