[java-oidfed-common] 02/02: Use 'shibboleth.oidfed.' for UseResolverApiCondition and FallbackToLocalResolutionCondition.

Codeberg noreply at shibboleth.net
Thu Sep 3 12:04:53 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-oidfed-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/1bf53496059e5576861e4b000cb4748c55d96e56

commit 1bf53496059e5576861e4b000cb4748c55d96e56
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 3 14:54:55 2026 +0300

    Use 'shibboleth.oidfed.' for UseResolverApiCondition and FallbackToLocalResolutionCondition.
---
 .../test-trust-chain-resolution-beans.xml                        | 9 +++++++--
 .../oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml   | 3 +++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidfed/test-trust-chain-resolution/test-trust-chain-resolution-beans.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidfed/test-trust-chain-resolution/test-trust-chain-resolution-beans.xml
index e678a97..797b400 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidfed/test-trust-chain-resolution/test-trust-chain-resolution-beans.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/oidfed/test-trust-chain-resolution/test-trust-chain-resolution-beans.xml
@@ -37,16 +37,21 @@
         parent="shibboleth.Functions.Constant"
         c:target="#{null}"/>
 
-    <bean id="UseResolverApiCondition"
+    <bean id="ParameterUseResolverApiCondition"
         parent="shibboleth.Conditions.Expression"
         c:expression="'true'.equalsIgnoreCase(#custom.get().getParameter('useResolverApi'))"
         p:customObject-ref="shibboleth.HttpServletRequestSupplier" />
 
-    <bean id="FallbackToLocalResolutionCondition"
+    <bean id="ParameterFallbackToLocalResolutionCondition"
         parent="shibboleth.Conditions.Expression"
         c:expression="'true'.equalsIgnoreCase(#custom.get().getParameter('fallbackToLocalResolution'))"
         p:customObject-ref="shibboleth.HttpServletRequestSupplier" />
 
+    <alias alias="shibboleth.oidfed.UseResolverApiCondition" name="ParameterUseResolverApiCondition" />
+
+    <alias alias="shibboleth.oidfed.FallbackToLocalResolutionCondition"
+        name="ParameterFallbackToLocalResolutionCondition" />
+
     <bean id="TrustChainCandidatesExist" parent="shibboleth.Conditions.Expression"
         c:expression="#input.ensureInboundMessageContext().containsSubcontext(T(net.shibboleth.oidfed.profile.context.RelyingPartyTrustChainContext)) and #input.ensureInboundMessageContext().ensureSubcontext(T(net.shibboleth.oidfed.profile.context.RelyingPartyTrustChainContext)).getPolicyCompliantTrustChains() != null and #input.ensureInboundMessageContext().ensureSubcontext(T(net.shibboleth.oidfed.profile.context.RelyingPartyTrustChainContext)).getPolicyCompliantTrustChains().size() > # [...]
 
diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml
index 190f0ff..0cb710a 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/resolve-trust-chains/resolve-trust-chains-beans.xml
@@ -7,6 +7,9 @@
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
     default-init-method="initialize" default-destroy-method="destroy">
 
+    <alias alias="UseResolverApiCondition" name="shibboleth.oidfed.UseResolverApiCondition" />
+    <alias alias="FallbackToLocalResolutionCondition" name="shibboleth.oidfed.FallbackToLocalResolutionCondition" />
+
     <bean id="CallResolveEntityApi"
         class="net.shibboleth.oidfed.profile.impl.CallResolveEntityApi"
         p:entityConfigurationCache-ref="shibboleth.oidfed.EntityConfigurationMetadataCache"

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


More information about the commits mailing list