[java-idp-testbed COMMIT] in /trunk/src/test: java/idp/c14n/TestLegacyC14N.java java/idp/c14n/actions/SetupForSAML1C1...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 21 10:19:33 EST 2014
Author: rdw
Date: Fri Feb 21 10:19:33 2014
New Revision: 155
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=155&view=rev
Log:
IDP-371 Legcay PrincipalConnector SAML1 and SAML2 C14N tests
Added:
trunk/src/test/java/idp/c14n/TestLegacyC14N.java (with props)
trunk/src/test/java/idp/c14n/actions/SetupForSAML1C14N.java (with props)
trunk/src/test/resources/c14n/attribute-resolver-legacy.xml (with props)
trunk/src/test/resources/c14n/locate-legacy-resolver.xml (with props)
trunk/src/test/resources/c14n/webflows/transientNameIdentifier-flow.xml (with props)
Modified:
trunk/src/test/resources/c14n/test-webflow-config.xml
trunk/src/test/resources/c14n/webflows/beans.xml
Modified: trunk/src/test/resources/c14n/test-webflow-config.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/resources/c14n/test-webflow-config.xml?rev=155&r1=154&r2=155&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/test-webflow-config.xml (original)
+++ trunk/src/test/resources/c14n/test-webflow-config.xml Fri Feb 21 10:19:33 2014
@@ -10,6 +10,8 @@
<webflow:flow-location id="transientNameID" path="/transientNameID-flow.xml" />
<webflow:flow-location id="cryptoTransientNameID" path="/cryptoTransientNameID-flow.xml" />
<webflow:flow-location id="directNameID" path="/directNameID-flow.xml" />
+
+ <webflow:flow-location id="transientNameIdentifier" path="/transientNameIdentifier-flow.xml" />
</webflow:flow-registry>
<webflow:flow-executor id="flowExecutor" flow-registry="testFlowRegistry"/>
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=155&r1=154&r2=155&view=diff
==============================================================================
--- trunk/src/test/resources/c14n/webflows/beans.xml (original)
+++ trunk/src/test/resources/c14n/webflows/beans.xml Fri Feb 21 10:19:33 2014
@@ -18,5 +18,9 @@
<bean id="PopulateSAML2C14NCrypto" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:id="c14ncryptoThing" p:attributeName="cryptoTransientId" />
<bean id="PopulateSAML2C14NDirect" class = "idp.c14n.actions.SetupForSAML2C14N" scope="prototype" p:id="c14nThing" p:attributeName="Principal" />
<bean id="TestAfterC14N" class = "idp.c14n.actions.TestAfterC14N" scope="prototype" p:id="c14nTest" />
+
+ <bean id="PopulateSAML1C14N" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:id="c14nThing" p:attributeName="transientId" />
+ <bean id="PopulateSAML1C14NCrypto" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:id="c14ncryptoThing" p:attributeName="cryptoTransientId" />
+ <bean id="PopulateSAML1C14NDirect" class = "idp.c14n.actions.SetupForSAML1C14N" scope="prototype" p:id="c14nThing" p:attributeName="Principal" />
</beans>
More information about the commits
mailing list