mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Fix typo with correct capitalization
Closes gh-8406
This commit is contained in:
parent
067cb4579e
commit
01f904895e
@ -41,7 +41,7 @@ A pre-invocation decision on whether the invocation is allowed to proceed is mad
|
|||||||
[[authz-access-decision-manager]]
|
[[authz-access-decision-manager]]
|
||||||
==== The AccessDecisionManager
|
==== The AccessDecisionManager
|
||||||
The `AccessDecisionManager` is called by the `AbstractSecurityInterceptor` and is responsible for making final access control decisions.
|
The `AccessDecisionManager` is called by the `AbstractSecurityInterceptor` and is responsible for making final access control decisions.
|
||||||
the `AccessDecisionManager` interface contains three methods:
|
The `AccessDecisionManager` interface contains three methods:
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user