Support suspend
functions with @EnableReactiveMethodSecurity
#13770
Labels
in: core
An issue in spring-security-core
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
As a follow up to gh-13764, the following classes can be updated to support suspended functions with Kotlin coroutines:
AuthorizationManagerBeforeReactiveMethodInterceptor
(e.g.@PreAuthorize
)AuthorizationManagerAfterReactiveMethodInterceptor
(e.g.@PostAuthorize
)PreFilterAuthorizationReactiveMethodInterceptor
(e.g.@PreFilter
)PostFilterAuthorizationReactiveMethodInterceptor
(e.g.@PostFilter
)These classes are used when the application enables method security via
@EnableReactiveMethodSecurity
withoutuseAuthorizationManager = false
.The text was updated successfully, but these errors were encountered: