public abstract class AbstractNameIDFormatSupportedMatchFunctor extends AbstractMatchFunctor
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 org.opensaml.saml2.metadata.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, evaluatePolicyRequirement
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 AbstractMatchFunctor
filterContext
- current filtering contextFilterProcessingException
- thrown if the function can not be evaluatedprotected boolean doEvaluateValue(ShibbolethFilteringContext filterContext, String attributeId, Object attributeValue) throws FilterProcessingException
doEvaluateValue
in class AbstractMatchFunctor
filterContext
- 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 org.opensaml.saml2.metadata.SSODescriptor getEntitySSODescriptor(ShibbolethFilteringContext filterContext)
filterContext
- current filtering contextCopyright © 1999–2014. All rights reserved.