[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 19 17:38:42 EST 2013


Author: scantor
Date: Thu Dec 19 17:38:42 2013
New Revision: 5065

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5065&view=rev
Log:
Add initialize/destroy defaults to get flows initialized.

Modified:
    trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml

Modified: trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml?rev=5065&r1=5064&r2=5065&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml Thu Dec 19 17:38:42 2013
@@ -7,7 +7,10 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:/org/springframework/beans/factory/xml/spring-beans-3.2.xsd
                            http://www.springframework.org/schema/context classpath:/org/springframework/context/config/spring-context-3.2.xsd
-                           http://www.springframework.org/schema/util classpath:/org/springframework/beans/factory/xml/spring-util-3.2.xsd">
+                           http://www.springframework.org/schema/util classpath:/org/springframework/beans/factory/xml/spring-util-3.2.xsd"
+                           
+       default-init-method="initialize"
+       default-destroy-method="destroy">
 
     <!--
     This file provisions the IdP with information about the configured login mechanisms available for use.



More information about the commits mailing list