Uses of Class
org.apache.shiro.concurrent.SubjectAwareExecutor
-
Packages that use SubjectAwareExecutor Package Description org.apache.shiro.concurrent Executor,ExecutorService, andScheduledExecutorServiceimplementations for transparentSubjectassociation 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 classSubjectAwareExecutorServiceExecutorServiceimplementation that will automatically first associate any argumentRunnableorCallableinstances with thecurrently available subjectand then dispatch the Subject-enabled runnable or callable to an underlying delegateExecutorServiceinstance.classSubjectAwareScheduledExecutorServiceSame concept as theSubjectAwareExecutorServicebut additionally supports theScheduledExecutorServiceinterface.
-