]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/plugins/org.argeo.security.ui/META-INF/spring/views.xml
[maven-release-plugin] rollback the release of argeo-commons-0.3.4
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui / META-INF / spring / views.xml
index 7ae3b62e360cafd59c6c9c5e3c3e54e3c27c745c..e5363dcc0a52264a2bff3cd4c13e3fc7d32c02bf 100644 (file)
@@ -4,15 +4,14 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
-       <bean id="org.argeo.security.ui.usersView" class="org.argeo.security.ui.views.UsersView"
+       <bean id="logView" class="org.argeo.security.ui.views.LogView"
                scope="prototype">
-               <property name="securityService" ref="securityService" />
+               <property name="argeoLogger" ref="secureLogger" />
        </bean>
-       <bean id="org.argeo.security.ui.rolesView" class="org.argeo.security.ui.views.RolesView"
-               scope="prototype">
-               <property name="securityService" ref="securityService" />
-       </bean>
-       <bean id="org.argeo.security.ui.currentUserView" class="org.argeo.security.ui.views.CurrentUserView"
+
+       <bean id="adminLogView" class="org.argeo.security.ui.views.AdminLogView"
                scope="prototype">
+               <property name="argeoLogger" ref="secureLogger" />
        </bean>
+
 </beans>