Improve security UI
[lgpl/argeo-commons.git] / security / eclipse / plugins / org.argeo.security.ui / META-INF / spring / commands.xml
index 4cee31dbae34e777254fa1cceb85ef5771e85643..121eb3dc90ea1f7ffb9172bfa816c40db561557d 100644 (file)
@@ -5,6 +5,11 @@
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
        <bean id="org.argeo.security.ui.openArgeoUserEditor" class="org.argeo.security.ui.commands.OpenArgeoUserEditor"
+               scope="prototype" />
+       <bean id="org.argeo.security.ui.saveArgeoUser" class="org.argeo.security.ui.commands.SaveArgeoUser"
+               scope="prototype" />
+       <bean id="org.argeo.security.ui.addRole" class="org.argeo.security.ui.commands.AddRole"
                scope="prototype">
+               <property name="securityService" ref="securityService" />
        </bean>
 </beans>