Uses of Class
org.apache.shiro.concurrent.SubjectAwareExecutorService

Packages that use SubjectAwareExecutorService
org.apache.shiro.concurrent Executor, ExecutorService, and ScheduledExecutorService implementations for transparent Subject association with threads in an asynchronous execution environment. 
 

Uses of SubjectAwareExecutorService in org.apache.shiro.concurrent
 

Subclasses of SubjectAwareExecutorService in org.apache.shiro.concurrent
 class SubjectAwareScheduledExecutorService
          Same concept as the SubjectAwareExecutorService but additionally supports the ScheduledExecutorService interface.
 



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