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