]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.admin/META-INF/spring/common.xml
Plug password management
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / META-INF / spring / common.xml
index 1f6b56e3a918445eb8375ac250f413d6e9683c69..5cf10913b84ae8ed6922a2fd9d778efd0aee6ed9 100644 (file)
@@ -3,6 +3,13 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
 \r
+\r
+       <bean id="userTransactionProvider"\r
+               class="org.argeo.security.ui.admin.internal.UserTransactionProvider"\r
+               scope="singleton" lazy-init="false">\r
+               <property name="userTransaction" ref="userTransaction" />\r
+       </bean>\r
+\r
        <bean\r
                class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">\r
                <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />\r
@@ -11,6 +18,7 @@
                </property>\r
        </bean>\r
 \r
-       <!-- <bean name="jcrSecurityModel" class="org.argeo.security.jackrabbit.JackrabbitSecurityModel" \r
-               /> -->\r
+\r
+\r
+\r
 </beans>
\ No newline at end of file