]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security.xml
8e5fd435625c1cd95aedf716c7c28d4a0d62b861
[lgpl/argeo-commons.git] / 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,ROLE_ADMIN" />
8 <http-basic />
9 <anonymous />
10 </http>
11
12 </beans:beans>