Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

shibboleth.Conditions.AND is a conjunction and returns true if all the provided Predicates return true, and short-circuits if one returns false.

shibboleth.Conditions.OR is a disjunction and returns true if any one of the provided Predicates returns true (and stops at that point).

shibboleth.BiConditions.AND 4.1 is a conjunction and returns true if all the provided BiPredicates return true, and short-circuits if one returns false.

shibboleth.BiConditions.OR 4.1 is a disjunction and returns true if any one of the provided BiPredicates returns true (and stops at that point).

...