List of usage examples for org.apache.shiro.concurrent SubjectAwareExecutor SubjectAwareExecutor
public SubjectAwareExecutor(Executor targetExecutor)
From source file:com.github.legman.shiro.ShiroExecutorDecoratorFactory.java
License:Apache License
@Override public Executor decorate(Executor executor) { logger.debug("register {} as {} for legman", ShiroExecutorDecoratorFactory.class, ExecutorDecoratorFactory.class); return new SubjectAwareExecutor(executor); }