The Shibboleth IdP V4 software will leave support on September 1, 2024.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

The bean named shibboleth.Functions.Expression executes a Spring Expression Language (SpEL) expression to implement an arbitrary Function signature.

The bean named shibboleth.BiFunctions.Expression 4.1 executes a Spring Expression Language (SpEL) expression to implement an arbitrary BiFunction signature.

An Expression Function is instantiated by supplying a string argument that contains a SpEL expression to evaluate.

Example

<bean id="MyFunction" parent="shibboleth.Functions.Expression"
	c:expression="#input + 42" />

Reference


  • No labels