mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-29 00:02:12 +00:00
- Interceptor is a more descriptive term for what method security is doing - This also allows the code to follow a delegate pattern that unifies both before-method and after- method authorization Issue gh-9289