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

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

Introduction

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

Usage

From source file org.sonatype.nexus.threads.NexusScheduledExecutorService.java

/**
 * A modification of Shiro's {@link SubjectAwareScheduledExecutorService} that in turn returns always the same,
 * supplied
 * {@link Subject} to bind threads with.
 *
 * @author cstamas