spring-security/core
Josh Cummings df8abcfae7
Use Interceptors instead of Advice
- 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
2021-04-09 18:45:31 -06:00
..
src Use Interceptors instead of Advice 2021-04-09 18:45:31 -06:00
spring-security-core.gradle Add coroutine support to pre/post authorize 2021-04-09 19:33:06 +02:00