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