The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.
Constant Predicates
The predicate named shibboleth.Conditions.FALSEÂ
always returns false, regardless of input.Â
The predicate named shibboleth.Conditions.TRUEÂ
always returns true, regardless of input.Â
They require no parameterization and hence can be used by name.
Example
Meaningless Examples
<resolver:AttributeDefinition xsi:type="Simple" xmlns="urn:mace:shibboleth:2.0:resolver:ad" id="never resolved" activationConditionRef="shibboleth.Conditions.FALSE"/> <resolver:AttributeDefinition xsi:type="Simple" xmlns="urn:mace:shibboleth:2.0:resolver:ad" id="always resolved" activationConditionRef="shibboleth.Conditions.TRUE"/>