Improve security UI
[lgpl/argeo-commons.git] / security / eclipse / plugins / org.argeo.security.ui / META-INF / spring / views.xml
index 2cd8d033f899b63a0ab3e3567fc61fe2c84cb550..7ae3b62e360cafd59c6c9c5e3c3e54e3c27c745c 100644 (file)
@@ -8,6 +8,10 @@
                scope="prototype">
                <property name="securityService" ref="securityService" />
        </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"
                scope="prototype">
        </bean>