1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-733: Changed names of <global-method-security> attributes as discussed with Ben and updated sample to reflect the changes. Also changed explicit instantiation of Jsr250 and Secured annotation MethodDefinitionSource beans in GlobalMethodSecurityBDP into bean definitions to make more tooling friendly.

This commit is contained in:
Luke Taylor
2008-03-26 21:48:24 +00:00
parent 9ea2408ac6
commit ef5b3e2f9c
6 changed files with 2051 additions and 1920 deletions
@@ -8,7 +8,7 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
<b:bean id="target" class="org.springframework.security.annotation.Jsr250BusinessServiceImpl"/>
<global-method-security jsr250="true"/>
<global-method-security jsr250-annotations="enabled"/>
<authentication-provider>
<user-service>
@@ -8,7 +8,7 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
<b:bean id="target" class="org.springframework.security.annotation.Jsr250BusinessServiceImpl"/>
<global-method-security secured="true"/>
<global-method-security secured-annotations="enabled"/>
<authentication-provider>
<user-service>