Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor

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

Uses of AbstractMatchFunctor in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic
 

Subclasses of AbstractMatchFunctor in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic
 class AbstractAttributeTargetedRegexMatchFunctor
          Base class for match functions that match a regular expresion against an attribute's value.
 class AbstractAttributeTargetedStringMatchFunctor
          Base class for match functions that match a string value against an attribute's value.
 class AbstractRegexMatchFunctor
          Base class for match function that match a string value against a given regular expression.
 class AbstractStringMatchFunctor
          Base class for match function that match one string value against a given string value.
 class AndMatchFunctor
          A MatchFunctor that logical ANDs the results of contained functors.
 class AnyMatchFunctor
          A match function that returns true to evaluations.
 class AttributeIssuerRegexMatchFunctor
          A match function that evaluates to true if the attribute issuer matches the provided regular expression.
 class AttributeIssuerStringMatchFunctor
          A match function that evaluates to true if the attribute issuer matches the given match string.
 class AttributeRequesterRegexMatchFunctor
          A match function that evaluates to true if attribute requester matches the provided regular expression.
 class AttributeRequesterStringMatchFunctor
          A match function that evaluates to true if the attribute requester matches the given match string.
 class AttributeScopeRegexMatchFunctor
          Match functor that checks if an attribute's scoped values are equal to a given regular expression.
 class AttributeScopeStringMatchFunctor
          Match functor that checks if an attribute's scoped values are equal to a given string.
 class AttributeValueRegexMatchFunctor
          A match function that evaluates an attribute's value against the provided regular expression.
 class AttributeValueStringMatchFunctor
          A match function that evaluates an attribute's value against the given match string.
 class AuthenticationMethodRegexMatchFunctor
          Match functor that compares the user's authentication method against a given regular expresion.
 class AuthenticationMethodStringMatchFunctor
          Match functor that compares the user's authentication method against a given string.
 class NotMatchFunctor
          A match functor that performs a logical NOT on the result of another functor.
 class NumOfAttributeValuesMatchFunctor
          A match functor that checks if the given attribute has more than the minimum number of values but less than the maximum.
 class OrMatchFunctor
          A match function that logical ORs the results of contained functors.
 class PrincipalRegexMatchFunctor
          A match function that evaluates to true if user's principal name matches the provided regular expression.
 class PrincipalStringMatchFunctor
          A match function that evaluates to true if user's principal name matches the given match string.
 class ScriptMatchFunctor
          Match function based on a JSR-268 script.
 

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

Subclasses of AbstractMatchFunctor 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 AbstractEntityAttributeMatchFunctor
          Base class for match functions that check whether a particular entity attribute is present and contains a given 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 AbstractEntityGroupMatchFunctor
          Base class for match functors that check if a given entity is in an entity group.
 class AbstractNameIDFormatSupportedMatchFunctor
          Base class for matching functions that check if an SAML entity supports a particular NameID format type.
 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 AttributeIssuerInEntityGroupMatchFunctor
          A match function that evaluates to true if attribute issuer matches the provided entity group name.
 class AttributeIssuerNameIDFormatExactMatchFunctor
          Checks if the attribute requester supports the required NameID format.
 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.
 class AttributeRequesterInEntityGroupMatchFunctor
          A match function that evaluates to true if attribute requester matches the provided entity group name.
 class AttributeRequesterNameIDFormatExactMatchFunctor
          Checks if the attribute issuer supports the required NameID format.
 



Copyright © 1999-2012. All Rights Reserved.