[java-idp-testbed COMMIT] /trunk/src/main/config/conf/authn-flow-descriptors.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 19 17:37:42 EST 2013
Author: scantor
Date: Thu Dec 19 17:37:42 2013
New Revision: 94
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=94&view=rev
Log:
Add initialize/destroy defaults to get flows initialized.
Modified:
trunk/src/main/config/conf/authn-flow-descriptors.xml
Modified: trunk/src/main/config/conf/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/conf/authn-flow-descriptors.xml?rev=94&r1=93&r2=94&view=diff
==============================================================================
--- trunk/src/main/config/conf/authn-flow-descriptors.xml (original)
+++ trunk/src/main/config/conf/authn-flow-descriptors.xml Thu Dec 19 17:37: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