Uses of Package
org.apache.shiro.concurrent
-
Packages that use org.apache.shiro.concurrent Package Description org.apache.shiro.concurrent Executor
,ExecutorService
, andScheduledExecutorService
implementations for transparentSubject
association with threads in an asynchronous execution environment. -
Classes in org.apache.shiro.concurrent used by org.apache.shiro.concurrent Class Description SubjectAwareExecutor SubjectAwareExecutorService ExecutorService
implementation that will automatically first associate any argumentRunnable
orCallable
instances with thecurrently available subject
and then dispatch the Subject-enabled runnable or callable to an underlying delegateExecutorService
instance.