Class DelegatingSecurityContextAsyncTaskExecutor
java.lang.Object
org.springframework.security.concurrent.DelegatingSecurityContextExecutor
org.springframework.security.task.DelegatingSecurityContextTaskExecutor
org.springframework.security.task.DelegatingSecurityContextAsyncTaskExecutor
ubic.gemma.core.security.concurrent.DelegatingSecurityContextAsyncTaskExecutor
- All Implemented Interfaces:
Executor
,org.springframework.core.task.AsyncTaskExecutor
,org.springframework.core.task.TaskExecutor
,DelegatingAsyncTaskExecutor
,DelegatingTaskExecutor
public class DelegatingSecurityContextAsyncTaskExecutor
extends org.springframework.security.task.DelegatingSecurityContextAsyncTaskExecutor
implements DelegatingAsyncTaskExecutor
-
Field Summary
Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingSecurityContextAsyncTaskExecutor
(org.springframework.core.task.AsyncTaskExecutor delegate) -
Method Summary
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.task.AsyncTaskExecutor
execute, submit, submit
Methods inherited from interface org.springframework.core.task.TaskExecutor
execute
-
Constructor Details
-
DelegatingSecurityContextAsyncTaskExecutor
public DelegatingSecurityContextAsyncTaskExecutor(org.springframework.core.task.AsyncTaskExecutor delegate)
-
-
Method Details
-
getDelegate
public org.springframework.core.task.AsyncTaskExecutor getDelegate()Description copied from interface:DelegatingAsyncTaskExecutor
The task executor this is delegating for.- Specified by:
getDelegate
in interfaceDelegatingAsyncTaskExecutor
- Specified by:
getDelegate
in interfaceDelegatingTaskExecutor
-
wrap
-
wrap
-