|
||||||||||
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.match.basic.AbstractMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityGroupMatchFunctor
public abstract class AbstractEntityGroupMatchFunctor
Base class for match functors that check if a given entity is in an entity group.
Field Summary | |
---|---|
private String |
entityGroup
The entity group to match against. |
private org.slf4j.Logger |
log
Class logger. |
Constructor Summary | |
---|---|
AbstractEntityGroupMatchFunctor()
|
Method Summary | |
---|---|
String |
getEntityGroup()
Gets the entity group to match against. |
protected boolean |
isEntityInGroup(org.opensaml.saml2.metadata.EntityDescriptor entity)
Checks if the given entity is in the provided entity group. |
void |
setEntityGroup(String group)
Sets the entity group to match against. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor |
---|
doEvaluatePolicyRequirement, doEvaluateValue, evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final org.slf4j.Logger log
private String entityGroup
Constructor Detail |
---|
public AbstractEntityGroupMatchFunctor()
Method Detail |
---|
public String getEntityGroup()
public void setEntityGroup(String group)
group
- entity group to match againstprotected boolean isEntityInGroup(org.opensaml.saml2.metadata.EntityDescriptor entity)
entity
- the entity to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |