Uses of Package
org.apache.shiro.concurrent

Packages that use org.apache.shiro.concurrent
org.apache.shiro.concurrent 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.concurrent
SubjectAwareExecutor
          Executor implementation that will automatically first associate any argument Runnable instances with the currently available Subject and then dispatch the Subject-enabled runnable to an underlying delegate Executor instance.
SubjectAwareExecutorService
          ExecutorService implementation that will automatically first associate any argument Runnable or Callable instances with the currently available subject and then dispatch the Subject-enabled runnable or callable to an underlying delegate ExecutorService instance.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.