The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
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>