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 4 Current »

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>
  • No labels