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 theSubjectContextinterface.DelegatingSubject Implementation of theSubjectinterface that delegates method calls to an underlyingSecurityManagerinstance for security checks.SubjectCallable<V> SubjectRunnable ASubjectRunnableensures that a target/delegateRunnablewill execute such that any call toSecurityUtils.getSubject()during theRunnable's execution will return the associatedSubjectinstance.SubjectThreadState Manages thread-state forSubjectaccess (supportingSecurityUtils.getSubject()calls) during a thread's execution. -
Exception Summary Exception Description DisabledSessionException Exception thrown if attempting to create a newSubjectsession, but thatSubject's sessions are disabled.