Class SecurityContextCallableProcessingInterceptor

    • Method Detail

      • beforeConcurrentHandling

        public <T> void beforeConcurrentHandling​(org.springframework.web.context.request.NativeWebRequest request,
                                                 java.util.concurrent.Callable<T> task)
        Specified by:
        beforeConcurrentHandling in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
        Overrides:
        beforeConcurrentHandling in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
      • preProcess

        public <T> void preProcess​(org.springframework.web.context.request.NativeWebRequest request,
                                   java.util.concurrent.Callable<T> task)
        Specified by:
        preProcess in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
        Overrides:
        preProcess in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
      • postProcess

        public <T> void postProcess​(org.springframework.web.context.request.NativeWebRequest request,
                                    java.util.concurrent.Callable<T> task,
                                    java.lang.Object concurrentResult)
        Specified by:
        postProcess in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
        Overrides:
        postProcess in class org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter