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

Constant Predicates

The predicate bean named shibboleth.Conditions.FALSE always returns false, regardless of input.

The predicate bean named shibboleth.Conditions.TRUE always returns true, regardless of input.

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

Examples

<AttributeDefinition xsi:type="Simple" id="never" activationConditionRef="shibboleth.Conditions.FALSE"> <!-- other content --> </AttributeDefinition> <AttributeDefinition xsi:type="Simple" id="always" activationConditionRef="shibboleth.Conditions.TRUE"> <!-- other content --> </AttributeDefinition>