edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml
Class AttributeIssuerEntityAttributeRegexMatchFunctor
java.lang.Object
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeRegexMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeIssuerEntityAttributeRegexMatchFunctor
- All Implemented Interfaces:
- MatchFunctor
public class AttributeIssuerEntityAttributeRegexMatchFunctor
- extends AbstractEntityAttributeRegexMatchFunctor
Match functor that checks, via matching against a regular expression, if the attribute issuer contains an entity
attribute with a given value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeIssuerEntityAttributeRegexMatchFunctor
public AttributeIssuerEntityAttributeRegexMatchFunctor()
getEntityMetadata
protected org.opensaml.saml2.metadata.EntityDescriptor getEntityMetadata(ShibbolethFilteringContext filterContext)
- Gets the entity descriptor for the entity to check.
- Specified by:
getEntityMetadata
in class AbstractEntityAttributeMatchFunctor
- Parameters:
filterContext
- current filter request context
- Returns:
- entity descriptor for the entity to check
Copyright © 2006-2011 Internet2. All Rights Reserved.