]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.security.ui.admin/META-INF/spring/commands.xml
First draft of User Creation wizard
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / META-INF / spring / commands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7 <!-- <bean id="openArgeoUserEditor" class="org.argeo.security.ui.admin.commands.OpenArgeoUserEditor"
8 scope="prototype" /> -->
9 <!-- USERS -->
10 <!-- <bean id="newUser" class="org.argeo.security.ui.admin.commands.NewUser"
11 scope="prototype"> <property name="repository" ref="nodeRepository" /> <property
12 name="userAdminService" ref="userAdminService" /> </bean> <bean id="refreshUsersList"
13 class="org.argeo.security.ui.admin.commands.RefreshUsersList" scope="prototype">
14 <property name="userAdminService" ref="userAdminService" /> <property name="repository"
15 ref="nodeRepository" /> </bean> <bean id="deleteUser" class="org.argeo.security.ui.admin.commands.DeleteUser"
16 scope="prototype"> <property name="userAdminService" ref="userAdminService"
17 /> </bean> <bean id="userBatchUpdate" class="org.argeo.security.ui.admin.commands.UserBatchUpdate"
18 scope="prototype"> <property name="repository" ref="nodeRepository" /> <property
19 name="userAdminService" ref="userAdminService" /> </bean> -->
20 <!-- ROLES -->
21 <!-- <bean id="refreshRoles" class="org.argeo.security.ui.admin.commands.RefreshRoles"
22 scope="prototype"> </bean> <bean id="addRole" class="org.argeo.security.ui.admin.commands.AddRole"
23 scope="prototype"> <property name="userAdminService" ref="userAdminService"
24 /> </bean> <bean id="deleteRole" class="org.argeo.security.ui.admin.commands.DeleteRole"
25 scope="prototype"> <property name="userAdminService" ref="userAdminService"
26 /> </bean> -->
27 </beans>