]> git.argeo.org Git - lgpl/argeo-commons.git/blob - commands.xml
23be58d8d959baec990782a95fd460fe95a28d6e
[lgpl/argeo-commons.git] / 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 <!-- USERS -->
8 <bean id="newUser" class="org.argeo.security.ui.admin.commands.NewUser"
9 scope="prototype">
10 <property name="userAdmin" ref="userAdmin" />
11 <property name="userTransaction" ref="userTransaction" />
12 </bean>
13
14 <!-- <bean id="userBatchUpdate" class="org.argeo.security.ui.admin.commands.UserBatchUpdate"
15 scope="prototype"> <property name="repository" ref="nodeRepository" /> <property
16 name="userAdminService" ref="userAdminService" /> </bean> -->
17 <!-- ROLES -->
18 <!-- <bean id="refreshRoles" class="org.argeo.security.ui.admin.commands.RefreshRoles"
19 scope="prototype"> </bean> <bean id="addRole" class="org.argeo.security.ui.admin.commands.AddRole"
20 scope="prototype"> <property name="userAdminService" ref="userAdminService"
21 /> </bean> <bean id="deleteRole" class="org.argeo.security.ui.admin.commands.DeleteRole"
22 scope="prototype"> <property name="userAdminService" ref="userAdminService"
23 /> </bean> -->
24
25 <!-- TRANSACTIONS -->
26 <bean id="userTransactionHandler"
27 class="org.argeo.security.ui.admin.commands.UserTransactionHandler"
28 scope="prototype">
29 <property name="userTransaction" ref="userTransaction" />
30 </bean>
31 </beans>