edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml
Class AttributeRequesterEntityAttributeExactMatchFunctor
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.AbstractEntityAttributeExactMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeRequesterEntityAttributeExactMatchFunctor
- All Implemented Interfaces:
- MatchFunctor
public class AttributeRequesterEntityAttributeExactMatchFunctor
- extends AbstractEntityAttributeExactMatchFunctor
Match functor that checks, via an exact match, if the attribute requester 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 |
AttributeRequesterEntityAttributeExactMatchFunctor
public AttributeRequesterEntityAttributeExactMatchFunctor()
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 © 1999-2012. All Rights Reserved.