Split security UI to security admin ui
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.admin / META-INF / spring / commands.xml
index f2009b9cca9d9bbad6bcbd3c78019075a8c1441f..cc36ad9fbae4f300c1f4261fe2a23f4b06c7f5d1 100644 (file)
@@ -4,18 +4,14 @@
        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"
+       <bean id="openArgeoUserEditor" class="org.argeo.security.ui.admin.commands.OpenArgeoUserEditor"
                scope="prototype" />
-       <bean id="newArgeoUserEditor" class="org.argeo.security.ui.commands.OpenArgeoUserEditor"
+       <bean id="newArgeoUserEditor" class="org.argeo.security.ui.admin.commands.OpenArgeoUserEditor"
                scope="prototype" />
-       <bean id="addRole" class="org.argeo.security.ui.commands.AddRole"
+       <bean id="addRole" class="org.argeo.security.ui.admin.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"
+       <bean id="refreshUsersList" class="org.argeo.security.ui.admin.commands.RefreshUsersList"
                scope="prototype" />
 </beans>