-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-corestatus: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
Description
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
without useAuthorizationManager = false
.
Metadata
Metadata
Assignees
Labels
in: coreAn issue in spring-security-coreAn issue in spring-security-corestatus: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement