]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/plugins/org.argeo.security.ui/META-INF/spring/commands.xml
Improve secure logging
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui / META-INF / spring / commands.xml
index f2009b9cca9d9bbad6bcbd3c78019075a8c1441f..3b2e6ccb0cc58d26d0fb193f2b4b59757384a58a 100644 (file)
@@ -4,18 +4,4 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="openArgeoUserEditor" class="org.argeo.security.ui.commands.OpenArgeoUserEditor"
-               scope="prototype" />
-       <bean id="newArgeoUserEditor" class="org.argeo.security.ui.commands.OpenArgeoUserEditor"
-               scope="prototype" />
-       <bean id="addRole" class="org.argeo.security.ui.commands.AddRole"
-               scope="prototype">
-               <property name="securityService" ref="securityService" />
-       </bean>
-       <bean id="openChangePasswordDialog" class="org.argeo.security.ui.commands.OpenChangePasswordDialog"
-               scope="prototype">
-               <property name="securityService" ref="securityService" />
-       </bean>
-       <bean id="refreshUsersList" class="org.argeo.security.ui.commands.RefreshUsersList"
-               scope="prototype" />
 </beans>