Package org.apache.shiro.concurrent
Executor, ExecutorService,
and ScheduledExecutorService implementations for transparent
Subject association with threads in an asynchronous execution environment.-
Class Summary Class Description SubjectAwareExecutor SubjectAwareExecutorService ExecutorServiceimplementation that will automatically first associate any argumentRunnableorCallableinstances with thecurrently available subjectand then dispatch the Subject-enabled runnable or callable to an underlying delegateExecutorServiceinstance.SubjectAwareScheduledExecutorService Same concept as theSubjectAwareExecutorServicebut additionally supports theScheduledExecutorServiceinterface.