Example usage for org.apache.shiro.concurrent SubjectAwareExecutorService subclass-usage

List of usage examples for org.apache.shiro.concurrent SubjectAwareExecutorService subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro.concurrent SubjectAwareExecutorService subclass-usage.

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.
 *