Uses of Interface
org.apache.shiro.util.ThreadState

Packages that use ThreadState
org.apache.shiro.subject.support Concrete support implementations of most of the org.apache.shiro.subject interfaces. 
 

Uses of ThreadState in org.apache.shiro.subject.support
 

Classes in org.apache.shiro.subject.support that implement ThreadState
 class SubjectThreadState
          Manages thread-state for Subject access (supporting SecurityUtils.getSubject() calls) during a thread's execution.
 

Fields in org.apache.shiro.subject.support declared as ThreadState
protected  ThreadState SubjectRunnable.threadState
           
protected  ThreadState SubjectCallable.threadState
           
 

Constructors in org.apache.shiro.subject.support with parameters of type ThreadState
SubjectCallable(ThreadState threadState, Callable<V> delegate)
           
SubjectRunnable(ThreadState threadState, Runnable delegate)
          Creates a new SubjectRunnable that, when executed, will perform thread state binding and guaranteed restoration before and after the Runnable's execution, respectively.
 



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