[java-idp-testbed COMMIT] in /trunk/src/main/config/system/flows/saml2: sso-abstract-beans.xml sso-post-beans.xml sso...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 5 11:10:01 EST 2013
Author: scantor
Date: Thu Dec 5 11:10:01 2013
New Revision: 63
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=63&view=rev
Log:
Move non-IdP specific actions down to opensaml.
Modified:
trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml
trunk/src/main/config/system/flows/saml2/sso-post-beans.xml
trunk/src/main/config/system/flows/saml2/sso-redirect-beans.xml
trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml
Modified: trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml?rev=63&r1=62&r2=63&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml Thu Dec 5 11:10:01 2013
@@ -115,7 +115,7 @@
</bean>
<!-- This is used with the "encoder selected in WebFlow" style. -->
- <bean id="EncodeMessageSAML2Post" class="net.shibboleth.idp.profile.impl.EncodeMessage" scope="prototype">
+ <bean id="EncodeMessageSAML2Post" class="org.opensaml.profile.action.impl.EncodeMessage" scope="prototype">
<constructor-arg ref="encoders.saml.SAML2PostEncoder" />
</bean>
@@ -156,7 +156,7 @@
<bean id="AddProfileConfiguration" class="idp.AddProfileConfiguration" />
- <bean id="CheckMandatoryIssuer" class="net.shibboleth.idp.profile.impl.CheckMandatoryIssuer" />
+ <bean id="CheckMandatoryIssuer" class="org.opensaml.profile.action.impl.CheckMandatoryIssuer" />
<bean id="InitializeRelyingPartyContextBasedOnInboundMessageIssuer" class="net.shibboleth.idp.saml.impl.profile.InitializeRelyingPartyContextBasedOnInboundMessageIssuer" />
Modified: trunk/src/main/config/system/flows/saml2/sso-post-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-post-beans.xml?rev=63&r1=62&r2=63&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-post-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-post-beans.xml Thu Dec 5 11:10:01 2013
@@ -10,7 +10,7 @@
"
default-init-method="initialize">
- <bean id="DecodeMessage" class="net.shibboleth.idp.profile.impl.DecodeMessage" scope="prototype">
+ <bean id="DecodeMessage" class="org.opensaml.profile.action.impl.DecodeMessage" scope="prototype">
<constructor-arg>
<bean id="messageDecoder" class="org.opensaml.saml.saml2.binding.decoding.HTTPPostDecoder" scope="prototype">
<property name="parserPool" ref="shibboleth.ParserPool" />
Modified: trunk/src/main/config/system/flows/saml2/sso-redirect-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-redirect-beans.xml?rev=63&r1=62&r2=63&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-redirect-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-redirect-beans.xml Thu Dec 5 11:10:01 2013
@@ -10,7 +10,7 @@
"
default-init-method="initialize">
- <bean id="DecodeMessage" class="net.shibboleth.idp.profile.impl.DecodeMessage" scope="prototype">
+ <bean id="DecodeMessage" class="org.opensaml.profile.action.impl.DecodeMessage" scope="prototype">
<constructor-arg>
<bean id="messageDecoder" class="org.opensaml.saml.saml2.binding.decoding.HTTPRedirectDeflateDecoder" scope="prototype">
<property name="parserPool" ref="shibboleth.ParserPool" />
Modified: trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml?rev=63&r1=62&r2=63&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-unsolicited-beans.xml Thu Dec 5 11:10:01 2013
@@ -10,7 +10,7 @@
"
default-init-method="initialize">
- <bean id="DecodeMessage" class="net.shibboleth.idp.profile.impl.DecodeMessage" scope="prototype">
+ <bean id="DecodeMessage" class="org.opensaml.profile.action.impl.DecodeMessage" scope="prototype">
<constructor-arg>
<bean id="messageDecoder" class="net.shibboleth.idp.saml.impl.profile.saml2.IdpInitiatedSsoRequestMessageDecoder" scope="prototype">
<property name="httpServletRequest" ref="shibboleth.HttpServletRequest" />
More information about the commits
mailing list