Package org.springframework.security.web.context.request.async
package org.springframework.security.web.context.request.async
-
ClassDescriptionAllows for integration with Spring MVC's
Callable
support.Provides integration between theSecurityContext
and Spring Web'sWebAsyncManager
by using theSecurityContextCallableProcessingInterceptor.beforeConcurrentHandling(org.springframework.web.context.request.NativeWebRequest, Callable)
to populate theSecurityContext
on theCallable
.