Split security UI to security admin ui
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.admin / META-INF / spring / views.xml
index a94e3da3056eae5d0f43dc132314636976eefdd3..8cf9fd68c80358d115ba7cc1cc175243286523bf 100644 (file)
@@ -6,10 +6,10 @@
 
        <bean id="adminUsersView" class="org.argeo.security.ui.admin.views.UsersView"
                scope="prototype">
-               <property name="securityService" ref="securityService" />
+               <property name="userAdminService" ref="userAdminService" />
        </bean>
        <bean id="adminRolesView" class="org.argeo.security.ui.admin.views.RolesView"
                scope="prototype">
-               <property name="securityService" ref="securityService" />
+               <property name="userAdminService" ref="userAdminService" />
        </bean>
 </beans>