Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeMatchFunctor

Packages that use AbstractEntityAttributeMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml   
 

Uses of AbstractEntityAttributeMatchFunctor in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml
 

Subclasses of AbstractEntityAttributeMatchFunctor in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml
 class AbstractEntityAttributeExactMatchFunctor
          Base class for match functors that perform an exact match of a given attribute string value against entity attribute value.
 class AbstractEntityAttributeRegexMatchFunctor
          Base class for match functors that perform an regular expression match of a given attribute string value against entity attribute value.
 class AttributeIssuerEntityAttributeExactMatchFunctor
          Match functor that checks, via an exact match, if the attribute issuer contains an entity attribute with a given value.
 class AttributeIssuerEntityAttributeRegexMatchFunctor
          Match functor that checks, via matching against a regular expression, if the attribute issuer contains an entity attribute with a given value.
 class AttributeRequesterEntityAttributeExactMatchFunctor
          Match functor that checks, via an exact match, if the attribute requester contains an entity attribute with a given value.
 class AttributeRequesterEntityAttributeRegexMatchFunctor
          Match functor that checks, via matching against a regular expression, if the attribute requester contains an entity attribute with a given value.
 



Copyright © 1999-2012. All Rights Reserved.