[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 5 16:58:28 EST 2014


Author: scantor
Date: Wed Mar  5 16:58:27 2014
New Revision: 5531

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5531&view=rev
Log:
Collapse signing actions into one action.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml?rev=5531&r1=5530&r2=5531&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml Wed Mar  5 16:58:27 2014
@@ -259,7 +259,7 @@
         </property>
     </bean>
 
-    <bean id="SignAssertions" class="org.opensaml.saml.saml1.profile.impl.SignAssertions" scope="prototype">
+    <bean id="SignAssertions" class="org.opensaml.saml.common.profile.impl.SignAssertions" scope="prototype">
         <property name="securityParametersLookupStrategy">
             <bean class="com.google.common.base.Functions" factory-method="compose"
                 c:g-ref="shibboleth.ChildLookup.SecurityParameters"



More information about the commits mailing list