/
Constant BiPredicates
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" />
, multiple selections available,
Related content
Constant Predicates
Constant Predicates
More like this
Constant Predicates
Constant Predicates
More like this
ANDORPredicates
ANDORPredicates
More like this
ANDORPredicates
ANDORPredicates
More like this
NOTPredicates
NOTPredicates
More like this
ExpressionBiPredicate
ExpressionBiPredicate
More like this