[java-idp-testbed COMMIT] /trunk/src/test/resources/c14n/webflows/beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 25 17:08:23 EST 2014
Author: scantor
Date: Tue Feb 25 17:08:23 2014
New Revision: 161
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=161&view=rev
Log:
Pull explicit id setters.
Modified:
trunk/src/test/resources/c14n/webflows/beans.xml
Modified: trunk/src/test/resources/c14n/webflows/beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/webflows/beans.xml?rev=161&r1=160&r2=161&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/beans.xml (original)
+++ trunk/src/test/resources/c14n/webflows/beans.xml Tue Feb 25 17:08:23 2014
@@ -8,19 +8,21 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
default-init-method="initialize" default-destroy-method="destroy">
+ <bean class="net.shibboleth.idp.spring.IdentifiableBeanPostProcessor" />
+
<bean id="InitializeProfileRequestContext"
class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext"
- scope="prototype" p:id="foo" p:profileId="test_flow" />
+ scope="prototype" p:profileId="test_flow" />
- <bean id="PopulateResolution" class = "idp.c14n.actions.SetupForResolver" scope="prototype" p:id="resolver" />
- <bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" p:id="Resolver" c:resolverService-ref="shibboleth.AttributeResolverService" scope="prototype" />
- <bean id="PopulateSAML2C14N" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:id="c14nTransientSAML2" p:attributeName="transientId" />
- <bean id="PopulateSAML2C14NCrypto" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:id="c14nCryptoSAML2" p:attributeName="cryptoTransientId" />
- <bean id="PopulateSAML2C14NDirect" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:id="c14nDirectSAML2" p:attributeName="Principal" />
- <bean id="TestAfterC14N" class = "idp.c14n.actions.TestAfterC14N" scope="prototype" p:id="c14nTest" />
+ <bean id="PopulateResolution" class = "idp.c14n.actions.SetupForResolver" scope="prototype" />
+ <bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" c:resolverService-ref="shibboleth.AttributeResolverService" scope="prototype" />
+ <bean id="PopulateSAML2C14N" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:attributeName="transientId" />
+ <bean id="PopulateSAML2C14NCrypto" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:attributeName="cryptoTransientId" />
+ <bean id="PopulateSAML2C14NDirect" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:attributeName="Principal" />
+ <bean id="TestAfterC14N" class = "idp.c14n.actions.TestAfterC14N" scope="prototype" />
- <bean id="PopulateSAML1C14N" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:id="c14nTransientSAML1" p:attributeName="transientId" />
- <bean id="PopulateSAML1C14NCrypto" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:id="c14nCryptoSAML1" p:attributeName="cryptoTransientId" />
- <bean id="PopulateSAML1C14NDirect" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:id="c14nDirectSAML1" p:attributeName="Principal" />
+ <bean id="PopulateSAML1C14N" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:attributeName="transientId" />
+ <bean id="PopulateSAML1C14NCrypto" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:attributeName="cryptoTransientId" />
+ <bean id="PopulateSAML1C14NDirect" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:attributeName="Principal" />
</beans>
More information about the commits
mailing list