Uses of Package
org.apache.shiro.concurrent
-
Packages that use org.apache.shiro.concurrent Package Description org.apache.shiro.concurrent Executor,ExecutorService, andScheduledExecutorServiceimplementations for transparentSubjectassociation with threads in an asynchronous execution environment. -
Classes in org.apache.shiro.concurrent used by org.apache.shiro.concurrent Class Description SubjectAwareExecutor SubjectAwareExecutorService ExecutorServiceimplementation that will automatically first associate any argumentRunnableorCallableinstances with thecurrently available subjectand then dispatch the Subject-enabled runnable or callable to an underlying delegateExecutorServiceinstance.