/
ExpressionBiPredicate
ExpressionBiPredicate
The predicate bean named shibboleth.BiConditions.Expression executes a Spring Expression Language (SpEL) expression against arbitrary inputs to produce a true/false result.
An Expression Predicate is instantiated by simply supplying a string argument that contains a SpEL expression.
Example
<bean id="MyCondition" parent="shibboleth.BiConditions.Expression"
c:expression="#input1 + #input2 < 10" />
Reference
, multiple selections available,
Related content
ANDORPredicates
ANDORPredicates
Read with this
ScriptedPredicate
ScriptedPredicate
More like this
RegexSplitAttributeDefinition
RegexSplitAttributeDefinition
More like this
PredefinedBeans
PredefinedBeans
More like this
ActivationConditions
ActivationConditions
More like this
MappedAttributeDefinition
MappedAttributeDefinition
More like this