Concept Flow - Method-level security
User sends request
Spring Security Intercepts
Check method annotation
Evaluate security expression
Yes No
Allow method
Execute method
When a user calls a method, Spring Security checks the method's security annotation, evaluates if the user has permission, then allows or denies access accordingly.