Versions Compared

Key

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

...

Code Block
<bean id="MyCondition" parent="shibboleth.Conditions.Expression"
	c:expression="#input.isBrowserProfile()" />

Reference

Expand
titleBean Properties

The following additional bean properties are available:

...

Name

Type

Default

Description

customObject

Bean/Reference

An object to make available to the script via a variable named custom

returnOnError

boolean

false

What to return if the expression fails

hideExceptions

boolean

false

If true, then the returnOnError value is returned if the expression raises an exception, otherwise the exception is passed out

Expand
titleExpression Context

The expression context will have two variables populated:

  • input - theĀ ProfileRequestContext being evaluated

  • custom - the object set via the customObject property, if any