Package org.apache.shiro.subject.support
Concrete support implementations of most of the
org.apache.shiro.subject
interfaces.-
Class Summary Class Description DefaultSubjectContext Default implementation of theSubjectContext
interface.DelegatingSubject Implementation of theSubject
interface that delegates method calls to an underlyingSecurityManager
instance for security checks.SubjectCallable<V> SubjectRunnable ASubjectRunnable
ensures that a target/delegateRunnable
will execute such that any call toSecurityUtils.
getSubject()
during theRunnable
's execution will return the associatedSubject
instance.SubjectThreadState Manages thread-state forSubject
access (supportingSecurityUtils.
getSubject()
calls) during a thread's execution. -
Exception Summary Exception Description DisabledSessionException Exception thrown if attempting to create a newSubject
session
, but thatSubject
's sessions are disabled.