See: Description
| Class | Description |
|---|---|
| AbstractAttributePredicate |
Abstract base class for predicates operating on an
AttributeContext. |
| AbstractRelyingPartyPredicate |
Base class for a predicate that evaluates a
ProfileRequestContext and requires access to a
RelyingPartyContext. |
| DateAttributePredicate |
Provides a date/time matching predicate that compares a date-based attribute value against
current system time with optional offset.
|
| DynamicAttributePredicate |
Predicate over an
AttributeContext that derives the value(s) to match based
on one or more supplied Functions instead of static values. |
| RegexAttributePredicate |
Predicate that evaluates an
AttributeContext and checks
a specific attribute for value(s) that match a regular expression. |
| RelyingPartyIdPredicate |
Predicate that evaluates a
ProfileRequestContext by looking for a relying party ID
that matches one of a designated set, or a generic predicate. |
| ScriptedPredicate |
A
Predicate which calls out to a supplied script. |
| SimpleAttributePredicate |
Predicate that evaluates an
AttributeContext and checks
for particular attribute/value pairs. |
| SpringExpressionPredicate |
Predicate whose condition is defined by an Spring EL expression.
|
| VerifiedProfilePredicate |
Predicate to determine whether a profile request is from a verified source.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.