|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |