Uses of Class
net.shibboleth.idp.profile.logic.AbstractAttributePredicate
-
Packages that use AbstractAttributePredicate Package Description net.shibboleth.idp.profile.logic Functions and predicates supporting other profile components. -
-
Uses of AbstractAttributePredicate in net.shibboleth.idp.profile.logic
Subclasses of AbstractAttributePredicate in net.shibboleth.idp.profile.logic Modifier and Type Class Description classDateAttributePredicateProvides a date/time matching predicate that compares a date-based attribute value against current system time with optional offset.classDynamicAttributePredicatePredicate over anAttributeContextthat derives the value(s) to match based on one or more supplied Functions instead of static values.classRegexAttributePredicatePredicate that evaluates anAttributeContextand checks a specific attribute for value(s) that match a regular expression.classSimpleAttributePredicatePredicate that evaluates anAttributeContextand checks for particular attribute/value pairs.
-