public abstract class AbstractNameIDFormatSupportedMatchFunctor extends AbstractMatchFunctor
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private String |
nameIdFormat
The NameID format that needs to be supported by the entity.
|
| Constructor and Description |
|---|
AbstractNameIDFormatSupportedMatchFunctor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext)
Evaluates this matching criteria.
|
protected boolean |
doEvaluateValue(ShibbolethFilteringContext filterContext,
String attributeId,
Object attributeValue)
Evaluates this matching criteria.
|
protected abstract SSODescriptor |
getEntitySSODescriptor(ShibbolethFilteringContext filterContext)
Gets the SSO role descriptor for the entity to be checked.
|
String |
getNameIdFormat()
Get the NameID format that needs to be supported by the entity.
|
protected boolean |
isNameIDFormatSupported(ShibbolethFilteringContext filterContext)
Checks to see if the metadata for the entity supports the required NameID format.
|
void |
setNameIdFormat(String format)
Sets the NameID format that needs to be supported by the entity.
|
evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirementprivate final org.slf4j.Logger log
private String nameIdFormat
public AbstractNameIDFormatSupportedMatchFunctor()
public String getNameIdFormat()
public void setNameIdFormat(String format)
format - NameID format that needs to be supported by the entityprotected boolean doEvaluatePolicyRequirement(ShibbolethFilteringContext filterContext) throws FilterProcessingException
doEvaluatePolicyRequirement in class AbstractMatchFunctorfilterContext - current filtering contextFilterProcessingException - thrown if the function can not be evaluatedprotected boolean doEvaluateValue(ShibbolethFilteringContext filterContext, String attributeId, Object attributeValue) throws FilterProcessingException
doEvaluateValue in class AbstractMatchFunctorfilterContext - the current filtering contextattributeId - ID of the attribute being evaluatedattributeValue - value of the attribute being evaluatedFilterProcessingException - thrown if the function can not be evaluatedprotected boolean isNameIDFormatSupported(ShibbolethFilteringContext filterContext)
filterContext - current filter contextprotected abstract SSODescriptor getEntitySSODescriptor(ShibbolethFilteringContext filterContext)
filterContext - current filtering contextCopyright © 1999-2015. All Rights Reserved.