[java-identity-provider] branch main updated: JSSH-36 - Factory beans for some HttpClient-related classes
Scott Cantor
cantor.2 at osu.edu
Mon Jul 24 20:49:16 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=54a6fc6ce3af851e04904e021ba31d0dc0767cc5
The following commit(s) were added to refs/heads/main by this push:
new 54a6fc6ce JSSH-36 - Factory beans for some HttpClient-related classes
54a6fc6ce is described below
commit 54a6fc6ce3af851e04904e021ba31d0dc0767cc5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 24 16:49:12 2023 -0400
JSSH-36 - Factory beans for some HttpClient-related classes
https://shibboleth.atlassian.net/browse/JSSH-36
Parent beans for new factories.
---
.../src/main/resources/net/shibboleth/idp/conf/http-client.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
index 0a93bf7ad..40590f5e6 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
@@ -24,6 +24,12 @@
<bean id="shibboleth.HTTPResource" abstract="true"
class="net.shibboleth.spring.http.HTTPResourceFactoryBean" />
+ <bean id="shibboleth.BasicAuthCredentials" abstract="true"
+ class="net.shibboleth.shared.spring.httpclient.factory.UsernamePasswoordCredentialsFactoryBean" />
+
+ <bean id="shibboleth.HttpHost" abstract="true"
+ class="net.shibboleth.shared.spring.httpclient.factory.HttpHostFactoryBean" />
+
<!-- Socket Factory implementations -->
<bean id="shibboleth.SecurityEnhancedTLSSocketFactory" name="shibboleth.TrustEngineTLSSocketFactory"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list