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 AbstractEntityGroupMatchFunctor
          Base class for match functors that check if a given entity is in an entity group.
 class AttributeIssuerInEntityGroupMatchFunctor
          A match function that evaluates to true if attribute issuer matches the provided entity group name.
 class AttributeRequesterInEntityGroupMatchFunctor
          A match function that evaluates to true if attribute requester matches the provided entity group name.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.