Removed TODO (done).

This commit is contained in:
Luke Taylor 2008-05-29 15:54:50 +00:00
parent 517a7f117a
commit 980a72f9a0
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
<b:bean id="target" class="org.springframework.security.config.TestBusinessBeanImpl">
<!-- This will add a security interceptor to the bean -->
<intercept-methods>
<!-- TODO: It would be better if we didn't need the package/interface names here -->
<protect method="org.springframework.security.config.TestBusinessBean.set*" access="ROLE_ADMIN" />
<protect method="get*" access="ROLE_ADMIN,ROLE_USER" />
<protect method="doSomething" access="ROLE_USER" />