Skip to content

Commit 04fa5af

Browse files
committed
Add Missing Doc Header
The EnableMethodSecurity section
1 parent e505bc3 commit 04fa5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/ROOT/pages/servlet/authorization/method-security.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ It provides support for JSR-250 annotation security as well as the framework's o
66
From 3.0 you can also make use of new xref:servlet/authorization/expression-based.adoc#el-access[expression-based annotations].
77
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.
88

9+
[[jc-enable-method-security]]
910
== EnableMethodSecurity
1011

1112
In Spring Security 5.6, we can enable annotation-based security using the `@EnableMethodSecurity` annotation on any `@Configuration` instance.

0 commit comments

Comments
 (0)