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

noreply at shibboleth.net noreply at shibboleth.net
Sat May 31 14:54:44 EDT 2014


Author: scantor
Date: Sat May 31 14:54:44 2014
New Revision: 6017

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6017&view=rev
Log:
IDP-413 - BeanPostProcessor to attach node processing filter to relevant metadata resolvers

Added:
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/NodeProcessingAttachingBeanPostProcessor.java   (with props)
Modified:
    trunk/idp-conf/src/main/resources/system/conf/services-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/services-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/services-system.xml?rev=6017&r1=6016&r2=6017&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/services-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/services-system.xml Sat May 31 14:54:44 2014
@@ -59,7 +59,11 @@
         p:serviceConfigurations-ref="shibboleth.MetadataResolverResources"
         p:failFast="${idp.service.metadata.failFast}"
         p:reloadCheckDelay="${idp.service.metadata.checkInterval}"
-        p:reloadTaskTimer="shibboleth.TaskTimer" />
+        p:reloadTaskTimer="shibboleth.TaskTimer">
+        <property name="beanPostProcessors">
+            <bean class="net.shibboleth.idp.profile.spring.relyingparty.metadata.NodeProcessingAttachingBeanPostProcessor" />
+        </property>
+    </bean>
     
     <!--
     These are proxies/facades that expose a service-unaware interface to client components.



More information about the commits mailing list