[java-idp-testbed COMMIT] in /trunk/src/main/config/system/flows/saml2: sso-abstract-beans.xml sso-abstract-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 17 23:52:02 EST 2013


Author: scantor
Date: Tue Dec 17 23:52:02 2013
New Revision: 87

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=87&view=rev
Log:
Shorten an action class name.

Modified:
    trunk/src/main/config/system/flows/saml2/sso-abstract-beans.xml
    trunk/src/main/config/system/flows/saml2/sso-abstract-flow.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=87&r1=86&r2=87&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 Tue Dec 17 23:52:02 2013
@@ -158,7 +158,7 @@
             
     <bean id="CheckMandatoryIssuer" class="org.opensaml.profile.action.impl.CheckMandatoryIssuer" />
     
-    <bean id="InitializeRelyingPartyContextBasedOnInboundMessageIssuer" class="net.shibboleth.idp.saml.impl.profile.InitializeRelyingPartyContextBasedOnInboundMessageIssuer" />
+    <bean id="InitializeRelyingPartyContext" class="net.shibboleth.idp.saml.impl.profile.InitializeRelyingPartyContext" />
     
     <bean id="ResolveAttributes" class="net.shibboleth.idp.profile.impl.ResolveAttributes" >
        <constructor-arg ref="shibboleth.AttributeResolverService"/>

Modified: trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml?rev=87&r1=86&r2=87&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml (original)
+++ trunk/src/main/config/system/flows/saml2/sso-abstract-flow.xml Tue Dec 17 23:52:02 2013
@@ -27,11 +27,11 @@
 
     <action-state id="AddBasicMessageMetadataContext">
         <evaluate expression="AddBasicMessageMetadataContext" />
-        <transition on="proceed" to="InitializeRelyingPartyContextBasedOnInboundMessageIssuer" />
+        <transition on="proceed" to="InitializeRelyingPartyContext" />
     </action-state>
     
-    <action-state id="InitializeRelyingPartyContextBasedOnInboundMessageIssuer">
-        <evaluate expression="InitializeRelyingPartyContextBasedOnInboundMessageIssuer" />
+    <action-state id="InitializeRelyingPartyContext">
+        <evaluate expression="InitializeRelyingPartyContext" />
         <transition on="proceed" to="CheckMandatoryIssuer"/>
     </action-state>
           



More information about the commits mailing list