[java-idp-testbed COMMIT] in /trunk/src/main/resources/flows/authn: ipaddress-authn-flow.xml jaas-basic-authn-flow.xm...

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 16 11:54:39 EDT 2013


Author: scantor
Date: Wed Oct 16 11:54:39 2013
New Revision: 10

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=10&view=rev
Log:
Remove unneeded event state.

Modified:
    trunk/src/main/resources/flows/authn/ipaddress-authn-flow.xml
    trunk/src/main/resources/flows/authn/jaas-basic-authn-flow.xml
    trunk/src/main/resources/flows/authn/jaas-form-authn-flow.xml
    trunk/src/main/resources/flows/authn/simple-subject-c14n-flow.xml

Modified: trunk/src/main/resources/flows/authn/ipaddress-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/ipaddress-authn-flow.xml?rev=10&r1=9&r2=10&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/ipaddress-authn-flow.xml (original)
+++ trunk/src/main/resources/flows/authn/ipaddress-authn-flow.xml Wed Oct 16 11:54:39 2013
@@ -30,7 +30,6 @@
     <end-state id="proceed" />
 
     <!-- Error events to reflect back from this subflow. -->    
-    <end-state id="IdentitySwitch" />
     <end-state id="InputOutputError" />
     <end-state id="InvalidCredentials" />
     <end-state id="InvalidProfileContext" />

Modified: trunk/src/main/resources/flows/authn/jaas-basic-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-basic-authn-flow.xml?rev=10&r1=9&r2=10&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-basic-authn-flow.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-basic-authn-flow.xml Wed Oct 16 11:54:39 2013
@@ -28,7 +28,6 @@
     <end-state id="proceed" />
 
     <!-- Error events to reflect back from this subflow. -->    
-    <end-state id="IdentitySwitch" />
     <end-state id="InputOutputError" />
     <end-state id="InvalidCredentials" />
     <end-state id="InvalidProfileContext" />

Modified: trunk/src/main/resources/flows/authn/jaas-form-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-form-authn-flow.xml?rev=10&r1=9&r2=10&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-form-authn-flow.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-form-authn-flow.xml Wed Oct 16 11:54:39 2013
@@ -44,7 +44,6 @@
     <end-state id="proceed" />
 
     <!-- Error events to reflect back from this subflow. -->    
-    <end-state id="IdentitySwitch" />
     <end-state id="InputOutputError" />
     <end-state id="InvalidCredentials" />
     <end-state id="InvalidProfileContext" />

Modified: trunk/src/main/resources/flows/authn/simple-subject-c14n-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/simple-subject-c14n-flow.xml?rev=10&r1=9&r2=10&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/simple-subject-c14n-flow.xml (original)
+++ trunk/src/main/resources/flows/authn/simple-subject-c14n-flow.xml Wed Oct 16 11:54:39 2013
@@ -12,7 +12,6 @@
     <end-state id="proceed" />
 
     <!-- Error events to reflect back from this subflow. -->    
-    <end-state id="IdentitySwitch" />
     <end-state id="InputOutputError" />
     <end-state id="InvalidCredentials" />
     <end-state id="InvalidProfileContext" />



More information about the commits mailing list