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