mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
SEC-3080: Remove invalid characters from reference
This commit is contained in:
parent
5ac13eb905
commit
7708129aad
@ -961,7 +961,7 @@ public class MultiHttpSecurityConfig {
|
|||||||
[[jc-method]]
|
[[jc-method]]
|
||||||
=== Method Security
|
=== Method Security
|
||||||
|
|
||||||
From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for JSR-250 annotation security as well as the framework<EFBFBD><EFBFBD><EFBFBD>s original @Secured annotation. From 3.0 you can also make use of new <<el-access,expression-based annotations>>. You can apply security to a single bean, using the intercept-methods element to decorate the bean declaration, or you can secure multiple beans across the entire service layer using the AspectJ style pointcuts.
|
From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for JSR-250 annotation security as well as the framework's original `@Secured` annotation. From 3.0 you can also make use of new <<el-access,expression-based annotations>>. You can apply security to a single bean, using the intercept-methods element to decorate the bean declaration, or you can secure multiple beans across the entire service layer using the AspectJ style pointcuts.
|
||||||
|
|
||||||
==== EnableGlobalMethodSecurity
|
==== EnableGlobalMethodSecurity
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user