Uses of Class
org.apache.shiro.concurrent.SubjectAwareExecutorService
-
Packages that use SubjectAwareExecutorService Package Description org.apache.shiro.concurrent Executor
,ExecutorService
, andScheduledExecutorService
implementations for transparentSubject
association with threads in an asynchronous execution environment. -
-
Uses of SubjectAwareExecutorService in org.apache.shiro.concurrent
Subclasses of SubjectAwareExecutorService in org.apache.shiro.concurrent Modifier and Type Class Description class
SubjectAwareScheduledExecutorService
Same concept as theSubjectAwareExecutorService
but additionally supports theScheduledExecutorService
interface.
-