[java-identity-provider] branch main updated: Add a bean template.

Scott Cantor cantor.2 at osu.edu
Mon Jan 4 19:22:09 UTC 2021


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=ce1f133768a52715f558f2fa4c9892368bf3aa8d

The following commit(s) were added to refs/heads/main by this push:
       new  ce1f13376 Add a bean template.
ce1f13376 is described below

commit ce1f133768a52715f558f2fa4c9892368bf3aa8d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 4 14:22:05 2021 -0500

    Add a bean template.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
index 7a2a473ee..58d10db6c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/functions.xml
@@ -17,6 +17,9 @@
     <bean id="shibboleth.Functions.Compose"
         class="net.shibboleth.utilities.java.support.logic.FunctionSupport" factory-method="compose" abstract="true" />
 
+    <bean id="shibboleth.Functions.PredicateDriven"
+        class="net.shibboleth.utilities.java.support.logic.PredicateDrivenFunction" abstract="true" />
+
     <bean id="shibboleth.BiFunctions.Constant"
         class="net.shibboleth.utilities.java.support.logic.BiFunctionSupport" factory-method="constant" abstract="true" />
     <bean id="shibboleth.BiFunctions.Compose"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list