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