Package org.springframework.security.web.context.request.async

Class Summary
SecurityContextCallableProcessingInterceptor Allows for integration with Spring MVC's Callable support.
WebAsyncManagerIntegrationFilter Provides integration between the SecurityContext and Spring Web's WebAsyncManager by using the SecurityContextCallableProcessingInterceptor.beforeConcurrentHandling(org.springframework.web.context.request.NativeWebRequest, Callable) to populate the SecurityContext on the Callable.