SEC-99/428/429/563: Various refactoring of method security metadata support.
This commit is contained in:
@@ -11,8 +11,8 @@ http://www.springframework.org/schema/security http://www.springframework.org/sc
|
||||
<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="org.springframework.security.config.TestBusinessBean.get*" access="ROLE_ADMIN,ROLE_USER" />
|
||||
<protect method="org.springframework.security.config.TestBusinessBean.doSomething" access="ROLE_USER" />
|
||||
<protect method="get*" access="ROLE_ADMIN,ROLE_USER" />
|
||||
<protect method="doSomething" access="ROLE_USER" />
|
||||
</intercept-methods>
|
||||
</b:bean>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user