Skip to content

Commit e804583

Browse files
tsjensenrwinch
authored andcommitted
Fix minor typo in secure-objects.adoc
1 parent 2307b01 commit e804583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/authorization/secure-objects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Now the recommended approach for method security is to use <<ns-method-security,
99
This way the method security infrastructure beans are configured automatically for you so you don't really need to know about the implementation classes.
1010
We'll just provide a quick overview of the classes that are involved here.
1111

12-
Method security in enforced using a `MethodSecurityInterceptor`, which secures `MethodInvocation` s.
12+
Method security is enforced using a `MethodSecurityInterceptor`, which secures `MethodInvocation` s.
1313
Depending on the configuration approach, an interceptor may be specific to a single bean or shared between multiple beans.
1414
The interceptor uses a `MethodSecurityMetadataSource` instance to obtain the configuration attributes that apply to a particular method invocation.
1515
`MapBasedMethodSecurityMetadataSource` is used to store configuration attributes keyed by method names (which can be wildcarded) and will be used internally when the attributes are defined in the application context using the `<intercept-methods>` or `<protect-point>` elements.

0 commit comments

Comments
 (0)