/
Constant Predicates
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>
, multiple selections available,
Related content
ScriptedPredicate
ScriptedPredicate
More like this
PredefinedBeans
PredefinedBeans
More like this
RegexSplitAttributeDefinition
RegexSplitAttributeDefinition
More like this
ActivationConditions
ActivationConditions
More like this
AttributeDefinitionCommonAttributes
AttributeDefinitionCommonAttributes
More like this
MappedAttributeDefinition
MappedAttributeDefinition
More like this