Package org.springframework.security.web.context.request.async
-
Class Summary Class Description SecurityContextCallableProcessingInterceptor Allows for integration with Spring MVC'sCallablesupport.WebAsyncManagerIntegrationFilter Provides integration between theSecurityContextand Spring Web'sWebAsyncManagerby using theSecurityContextCallableProcessingInterceptor.beforeConcurrentHandling(org.springframework.web.context.request.NativeWebRequest, Callable)to populate theSecurityContexton theCallable.