]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/runtime/org.argeo.security.ria/src/WEB-INF/security.xml
Jackrabbit server
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / WEB-INF / security.xml
1 <beans:beans xmlns="http://www.springframework.org/schema/security"
2 xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
4 http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.4.xsd">
5
6 <http realm="User Interface" >
7 <intercept-url pattern="/**" access="ROLE_USER" />
8 <http-basic />
9 </http>
10
11 </beans:beans>