public abstract class AbstractEntityGroupMatchFunctor extends AbstractMatchFunctor
| Modifier and Type | Field and Description |
|---|---|
private String |
entityGroup
The entity group to match against.
|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
AbstractEntityGroupMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityGroup()
Gets the entity group to match against.
|
protected boolean |
isEntityInGroup(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, evaluatePolicyRequirementprivate final org.slf4j.Logger log
private String entityGroup
public String getEntityGroup()
public void setEntityGroup(String group)
group - entity group to match againstprotected boolean isEntityInGroup(EntityDescriptor entity)
entity - the entity to checkCopyright © 1999-2015. All Rights Reserved.