First draft of a wizard to launch batch updates on users.
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.admin / META-INF / spring / commands.xml
index 65a88be37119622359723023db6a70b21f5b62a2..e0a435e07a11dda1b65ca8640be9685dd9a97610 100644 (file)
                scope="prototype">
                <property name="userAdminService" ref="userAdminService" />
        </bean>
+       
+       <bean id="userBatchUpdate" class="org.argeo.security.ui.admin.commands.UserBatchUpdate"
+               scope="prototype">
+               <property name="repository" ref="nodeRepository" />
+               <property name="userAdminService" ref="userAdminService" />
+               <property name="jcrSecurityModel" ref="jcrSecurityModel" />
+       </bean>
+       
 
        <!-- ROLES -->
        <bean id="refreshRoles" class="org.argeo.security.ui.admin.commands.RefreshRoles"