[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/webflow-config.xml flows/authn/account-lo...

noreply at shibboleth.net noreply at shibboleth.net
Tue May 6 16:54:32 EDT 2014


Author: scantor
Date: Tue May  6 16:54:31 2014
New Revision: 5857

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5857&view=rev
Log:
Rework user-layer flows using flow-pattern approach

Added:
    trunk/idp-conf/src/main/resources/flows/authn/conditions/
    trunk/idp-conf/src/main/resources/flows/authn/conditions/account-locked/
    trunk/idp-conf/src/main/resources/flows/authn/conditions/account-locked/account-locked-flow.xml
      - copied, changed from r5850, trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml
    trunk/idp-conf/src/main/resources/flows/authn/conditions/conditions-flow.xml
      - copied, changed from r5850, trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml
    trunk/idp-conf/src/main/resources/flows/authn/conditions/expired-password/
    trunk/idp-conf/src/main/resources/flows/authn/conditions/expired-password/expired-password-flow.xml
      - copied, changed from r5850, trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml
    trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/
    trunk/idp-conf/src/main/resources/flows/authn/conditions/expiring-password/expiring-password-flow.xml
      - copied, changed from r5850, trunk/idp-conf/src/main/resources/flows/authn/expiring-password-flow.xml
    trunk/idp-conf/src/main/resources/flows/error/
      - copied from r5850, trunk/idp-conf/src/main/resources/flows/saml/
    trunk/idp-conf/src/main/resources/flows/error/saml-backchannel/
    trunk/idp-conf/src/main/resources/flows/error/saml-backchannel/saml-backchannel-flow.xml
      - copied, changed from r5850, trunk/idp-conf/src/main/resources/flows/saml/error-backchannel-flow.xml
    trunk/idp-conf/src/main/resources/flows/error/saml-frontchannel/
    trunk/idp-conf/src/main/resources/flows/error/saml-frontchannel/saml-frontchannel-flow.xml
      - copied, changed from r5850, trunk/idp-conf/src/main/resources/flows/saml/error-frontchannel-flow.xml
Modified:
    trunk/idp-conf/src/main/resources/conf/webflow-config.xml
    trunk/idp-conf/src/main/resources/flows/authn/account-locked-flow.xml
    trunk/idp-conf/src/main/resources/flows/authn/authn-conditions-flow.xml
    trunk/idp-conf/src/main/resources/flows/authn/expired-password-flow.xml
    trunk/idp-conf/src/main/resources/flows/authn/expiring-password-flow.xml
    trunk/idp-conf/src/main/resources/flows/error/error-backchannel-flow.xml
    trunk/idp-conf/src/main/resources/flows/error/error-frontchannel-flow.xml
    trunk/idp-conf/src/main/resources/flows/saml/
    trunk/idp-conf/src/main/resources/system/flows/authn/jaas-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/ldap-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/artifact-resolution-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/attribute-query-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/artifact-resolution-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml

Modified: trunk/idp-conf/src/main/resources/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/webflow-config.xml?rev=5857&r1=5856&r2=5857&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/webflow-config.xml Tue May  6 16:54:31 2014
@@ -9,19 +9,8 @@
     <context:property-placeholder location="file://${idp.home}/conf/idp.properties" />
 
     <!-- Define custom flows, or override system flows, inside here. -->
-    <webflow:flow-registry id="userFlowRegistry" base-path="file://${idp.home}/flows" flow-builder-services="flowBuilderServices">
-    
-        <!-- Directs event handling during the login process to custom flows like those below. -->
-        <webflow:flow-location id="Authentication.Conditions" path="/authn/authn-conditions-flow.xml" />
-
-        <!-- Login error/warning subflows that can be customized. -->
-        <webflow:flow-location id="Authentication.ExpiringPassword" path="/authn/expiring-password-flow.xml" />
-        <webflow:flow-location id="Authentication.ExpiredPassword" path="/authn/expired-password-flow.xml" />
-        <webflow:flow-location id="Authentication.AccountLocked" path="/authn/account-locked-flow.xml" />
-        
-        <!-- SAML profile error interception subflows that can be customized. -->
-        <webflow:flow-location id="SAML.Error.FrontChannel" path="/saml/error-frontchannel-flow.xml" />
-        <webflow:flow-location id="SAML.Error.BackChannel" path="/saml/error-backchannel-flow.xml" />
+    <webflow:flow-registry id="userFlowRegistry" base-path="file:${idp.home}/flows" flow-builder-services="flowBuilderServices">

[... 219 lines stripped ...]


More information about the commits mailing list