public abstract class AbstractEntityGroupMatchFunctor extends AbstractMatchFunctor
| Constructor and Description |
|---|
AbstractEntityGroupMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
doEvaluatePolicyRequirement, doEvaluateValue, evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirementpublic 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 checkCopyright © 1999–2014. All rights reserved.