mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
Fix minor typo in secure-objects.adoc
This commit is contained in:
parent
2307b01a7a
commit
e8045838e3
@ -9,7 +9,7 @@ Now the recommended approach for method security is to use <<ns-method-security,
|
||||
This way the method security infrastructure beans are configured automatically for you so you don't really need to know about the implementation classes.
|
||||
We'll just provide a quick overview of the classes that are involved here.
|
||||
|
||||
Method security in enforced using a `MethodSecurityInterceptor`, which secures `MethodInvocation` s.
|
||||
Method security is enforced using a `MethodSecurityInterceptor`, which secures `MethodInvocation` s.
|
||||
Depending on the configuration approach, an interceptor may be specific to a single bean or shared between multiple beans.
|
||||
The interceptor uses a `MethodSecurityMetadataSource` instance to obtain the configuration attributes that apply to a particular method invocation.
|
||||
`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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user