List of usage examples for org.apache.shiro.concurrent SubjectAwareExecutorService subclass-usage
From source file org.sonatype.nexus.thread.NexusExecutorService.java
/**
* A modification of Shiro's {@link org.apache.shiro.concurrent.SubjectAwareExecutorService} that in turn returns
* always the same, supplied {@link Subject} to bind threads with.
*
* @since 2.6
*/
From source file org.sonatype.nexus.threads.NexusExecutorService.java
/**
* A modification of Shiro's {@link org.apache.shiro.concurrent.SubjectAwareExecutorService} that in turn returns
* always
* the same, supplied
* {@link org.apache.shiro.subject.Subject} to bind threads with.
*