Class DelegatingSecurityContextAsyncTaskExecutor

    • Field Summary

      • Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor

        TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.core.task.AsyncTaskExecutor getDelegate()
      The task executor this is delegating for.
      protected Runnable wrap​(Runnable arg0)  
      protected <T extends Object>
      Callable<T>
      wrap​(Callable<T> arg0)  
      • Methods inherited from class org.springframework.security.task.DelegatingSecurityContextAsyncTaskExecutor

        execute, submit, submit
      • Methods inherited from class org.springframework.security.concurrent.DelegatingSecurityContextExecutor

        execute, getDelegateExecutor
      • Methods inherited from interface org.springframework.core.task.AsyncTaskExecutor

        execute, submit, submit
      • Methods inherited from interface org.springframework.core.task.TaskExecutor

        execute