Uses of Class
org.apache.shiro.concurrent.SubjectAwareExecutor
-
Packages that use SubjectAwareExecutor Package Description org.apache.shiro.concurrent Executor
,ExecutorService
, andScheduledExecutorService
implementations for transparentSubject
association with threads in an asynchronous execution environment. -
-
Uses of SubjectAwareExecutor in org.apache.shiro.concurrent
Subclasses of SubjectAwareExecutor in org.apache.shiro.concurrent Modifier and Type Class Description class
SubjectAwareExecutorService
ExecutorService
implementation that will automatically first associate any argumentRunnable
orCallable
instances with thecurrently available subject
and then dispatch the Subject-enabled runnable or callable to an underlying delegateExecutorService
instance.class
SubjectAwareScheduledExecutorService
Same concept as theSubjectAwareExecutorService
but additionally supports theScheduledExecutorService
interface.
-