Package | Description |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml |
Modifier and Type | Class and Description |
---|---|
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–2014. All rights reserved.