[java-identity-provider] 14/28: Add true/false BiCondition beans.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 31 14:52:00 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/thymeleaf
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8c41892aad6f732aec911f340e5ae98a1dc70c7b
commit 8c41892aad6f732aec911f340e5ae98a1dc70c7b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 28 09:47:55 2023 -0500
Add true/false BiCondition beans.
---
.../src/main/resources/net/shibboleth/idp/conf/conditions.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml
index 28281bdb5..7e7157eb4 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/conditions.xml
@@ -27,6 +27,11 @@
<bean id="shibboleth.Conditions.Constant" abstract="true"
class="net.shibboleth.shared.logic.PredicateSupport" factory-method="constant" />
+ <bean id="shibboleth.BiConditions.FALSE"
+ class="net.shibboleth.shared.logic.BiPredicateSupport" factory-method="alwaysFalse" />
+ <bean id="shibboleth.BiConditions.TRUE"
+ class="net.shibboleth.shared.logic.BiPredicateSupport" factory-method="alwaysTrue" />
+
<bean id="shibboleth.BiConditions.AND"
class="net.shibboleth.shared.logic.BiPredicateSupport" factory-method="and" abstract="true" />
<bean id="shibboleth.BiConditions.NOT"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list