[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/system/conf/global-system.xml idp-profile-spri...

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 30 15:26:20 EST 2016


Author: scantor
Date: Fri Dec 30 15:26:20 2016
New Revision: 8590

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8590&view=rev
Log:
OSJ-191 - Support for OpenSAML security features in HTTPResource layer

https://issues.shibboleth.net/jira/browse/OSJ-191

Add factory bean for HTTPResource to auto-configure common security settings.

Added:
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/resource/impl/HTTPResourceFactoryBean.java   (with props)
Modified:
    trunk/idp-conf/src/main/resources/system/conf/global-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=8590&r1=8589&r2=8590&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml	Fri Dec 30 15:26:20 2016
@@ -350,6 +350,9 @@
     
     <bean id="shibboleth.StaticPKIXTrustEngine" abstract="true"
         class="net.shibboleth.idp.profile.spring.factory.StaticPKIXFactoryBean" />
+        
+    <bean id="shibboleth.HTTPResource" abstract="true"
+        class="net.shibboleth.idp.profile.spring.resource.impl.HTTPResourceFactoryBean" />
     
     <!-- Default Jackson ObjectMapper with JodaTime support. -->
     



More information about the commits mailing list