Class | Description |
---|---|
AbstractEntityAttributeExactMatchFunctor |
Base class for match functors that perform an exact match of a given attribute string value against entity attribute
value.
|
AbstractEntityAttributeMatchFunctor |
Base class for match functions that check whether a particular entity attribute is present and contains a given
value.
|
AbstractEntityAttributeRegexMatchFunctor |
Base class for match functors that perform an regular expression match of a given attribute string value against
entity attribute value.
|
AbstractEntityGroupMatchFunctor |
Base class for match functors that check if a given entity is in an entity group.
|
AbstractNameIDFormatSupportedMatchFunctor |
Base class for matching functions that check if an SAML entity supports a particular NameID format type.
|
AttributeInMetadataMatchFunctor |
Match functor that checks whether an attribute is enumerated in an SP's metadata
as a required or optional attribute.
|
AttributeIssuerEntityAttributeExactMatchFunctor |
Match functor that checks, via an exact match, if the attribute issuer contains an entity attribute with a given
value.
|
AttributeIssuerEntityAttributeRegexMatchFunctor |
Match functor that checks, via matching against a regular expression, if the attribute issuer contains an entity
attribute with a given value.
|
AttributeIssuerInEntityGroupMatchFunctor |
A match function that evaluates to true if attribute issuer matches the provided entity group name.
|
AttributeIssuerNameIDFormatExactMatchFunctor |
Checks if the attribute requester supports the required NameID format.
|
AttributeRequesterEntityAttributeExactMatchFunctor |
Match functor that checks, via an exact match, if the attribute requester contains an entity attribute with a given
value.
|
AttributeRequesterEntityAttributeRegexMatchFunctor |
Match functor that checks, via matching against a regular expression, if the attribute requester contains an entity
attribute with a given value.
|
AttributeRequesterInEntityGroupMatchFunctor |
A match function that evaluates to true if attribute requester matches the provided entity group name.
|
AttributeRequesterNameIDFormatExactMatchFunctor |
Checks if the attribute issuer supports the required NameID format.
|
Copyright © 1999–2014. All rights reserved.