Package org.springframework.security.concurrent
-
Class Summary Class Description DelegatingSecurityContextCallable<V> Wraps a delegateCallable
with logic for setting up aSecurityContext
before invoking the delegateCallable
and then removing theSecurityContext
after the delegate has completed.DelegatingSecurityContextExecutor DelegatingSecurityContextExecutorService AnExecutorService
which wraps eachRunnable
in aDelegatingSecurityContextRunnable
and eachCallable
in aDelegatingSecurityContextCallable
.DelegatingSecurityContextRunnable Wraps a delegateRunnable
with logic for setting up aSecurityContext
before invoking the delegateRunnable
and then removing theSecurityContext
after the delegate has completed.DelegatingSecurityContextScheduledExecutorService AnScheduledExecutorService
which wraps eachRunnable
in aDelegatingSecurityContextRunnable
and eachCallable
in aDelegatingSecurityContextCallable
.