]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.admin/META-INF/spring/editors.xml
First draft to adapt Security Admin UI to the new security model
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / META-INF / spring / editors.xml
index 740792a61b3c16a0b0860c89504a25e8b47c8f00..ac7441b939d4546d4f8192db5cd94210e7feb3f3 100644 (file)
@@ -4,8 +4,17 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
+
        <!-- Editors -->
-       <bean id="adminArgeoUserEditor" class="org.argeo.security.ui.admin.editors.ArgeoUserEditor"
+       <bean id="userEditor" class="org.argeo.security.ui.admin.editors.UserEditor"
+               scope="prototype">
+               <property name="userAdmin" ref="userAdmin" />
+       </bean>
+
+       <!-- <bean id="groupEditor" class="org.argeo.security.ui.admin.editors.GroupEditor" 
+               scope="prototype"> <property name="userAdmin" ref="userAdmin" /> </bean> -->
+       <!-- LEGACY -->
+       <bean id="adminArgeoUserEditor" class="org.argeo.security.ui.admin.editors.JcrArgeoUserEditor"
                scope="prototype">
                <property name="userAdminService" ref="userAdminService" />
                <property name="repository" ref="nodeRepository" />