[java-identity-provider] branch main updated: Add true/false BiCondition beans.

Scott Cantor cantor.2 at osu.edu
Thu Dec 28 14:47:58 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2bf9e42f8016822d9b46b785369e262f3545d1d3

The following commit(s) were added to refs/heads/main by this push:
     new 2bf9e42f8 Add true/false BiCondition beans.
2bf9e42f8 is described below

commit 2bf9e42f8016822d9b46b785369e262f3545d1d3
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