Constant BiPredicates

These beans were added in V5.1.

The BiPredicate bean named shibboleth.BiConditions.FALSE always returns false, regardless of input.

The BiPredicate bean named shibboleth.BiConditions.TRUE always returns true, regardless of input.

They require no parameterization and can be used directly by reference.

Examples

<bean id="somethingUsingBiPredicate" p:biConditionRef="shibboleth.BiConditions.FALSE" /> <bean id="somethingElseUsingBiPredicate" p:biConditionRef="shibboleth.BiConditions.TRUE" />