[java-plugin-shibd] branch main updated: Add parent bean for new resolver type.

Codeberg noreply at shibboleth.net
Tue Aug 18 17:05:42 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/b9abe683500e609769551fab03918907d0345a43

The following commit(s) were added to refs/heads/main by this push:
     new b9abe68  Add parent bean for new resolver type.
b9abe68 is described below

commit b9abe683500e609769551fab03918907d0345a43
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Aug 18 13:05:30 2026 -0400

    Add parent bean for new resolver type.
---
 .../src/main/resources/net/shibboleth/sp/conf/credentials-system.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/credentials-system.xml b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/credentials-system.xml
index 2a80a6b..a7e7249 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/credentials-system.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/credentials-system.xml
@@ -17,6 +17,11 @@
 
     <!-- Exposes configured resolvers as a callable service. -->
     <bean class="net.shibboleth.sp.credential.impl.ChainingCredentialResolver" />
+    
+    <!-- Parent beans for new resolver types. -->
+    
+    <bean id="shibboleth.sp.CredentialResolver.MapBased"
+        class="net.shibboleth.sp.credential.impl.StaticMapCredentialResolver" abstract="true" />
 
     <!-- Wildcard import hook for plugins. -->
     <import resource="classpath*:/META-INF/net/shibboleth/sp/service/credentials/postconfig.xml" />

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


More information about the commits mailing list