Polish Dark Mode for CSRF and Method Security diagrams

Closes gh-16151
This commit is contained in:
Harpreet Singh
2024-11-24 00:52:13 +05:30
parent 1d916c35d1
commit 68d91916e2
2 changed files with 3 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ open class MyCustomerService {
A given invocation to `MyCustomerService#readCustomer` may look something like this when Method Security <<activate-method-security,is activated>>:
[.invert-dark]
image::{figures}/methodsecurity.png[]
1. Spring AOP invokes its proxy method for `readCustomer`. Among the proxy's other advisors, it invokes an {security-api-url}org/springframework/security/authorization/method/AuthorizationManagerBeforeMethodInterceptor.html[`AuthorizationManagerBeforeMethodInterceptor`] that matches <<annotation-method-pointcuts,the `@PreAuthorize` pointcut>>