Uses of Interface
org.apache.shiro.util.ThreadState
Packages that use ThreadState
Package
Description
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 ThreadStateModifier and TypeClassDescriptionclassManages thread-state forSubjectaccess (supportingSecurityUtils.getSubject()calls) during a thread's execution.Fields in org.apache.shiro.subject.support declared as ThreadStateModifier and TypeFieldDescriptionprotected final ThreadStateSubjectCallable.threadStateprotected final ThreadStateSubjectRunnable.threadStateConstructors in org.apache.shiro.subject.support with parameters of type ThreadStateModifierConstructorDescriptionprotectedSubjectCallable(ThreadState threadState, Callable<V> delegate) protectedSubjectRunnable(ThreadState threadState, Runnable delegate) Creates a newSubjectRunnablethat, when executed, will perform thread statebindingand guaranteedrestorationbefore and after theRunnable's execution, respectively.