[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Dec 30 16:04:01 EST 2013
Author: scantor
Date: Mon Dec 30 16:04:01 2013
New Revision: 5110
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5110&view=rev
Log:
Remove mock handler migrated to OpenSAML
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml?rev=5110&r1=5109&r2=5110&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml Mon Dec 30 16:04:01 2013
@@ -36,11 +36,11 @@
<bean class="idp.TestMessageHandler" scope="prototype" />
- <bean class="common.MockPopulateContextData">
- <property name="samlProtocol">
+ <bean class="org.opensaml.saml.common.binding.SAMLProtocolAndRoleHandler">
+ <property name="protocol">
<util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
</property>
- <property name="peerSamlRole">
+ <property name="role">
<util:constant static-field="org.opensaml.saml.saml2.metadata.SPSSODescriptor.DEFAULT_ELEMENT_NAME" />
</property>
</bean>
More information about the commits
mailing list