Package org.apache.shiro.subject.support
package org.apache.shiro.subject.support
Concrete support implementations of most of the
org.apache.shiro.subject interfaces.-
ClassDescriptionDefault implementation of the
SubjectContextinterface.Implementation of theSubjectinterface that delegates method calls to an underlyingSecurityManagerinstance for security checks.Exception thrown if attempting to create a newSubjectsession, but thatSubject's sessions are disabled.ASubjectRunnableensures that a target/delegateRunnablewill execute such that any call toSecurityUtils.getSubject()during theRunnable's execution will return the associatedSubjectinstance.Manages thread-state forSubjectaccess (supportingSecurityUtils.getSubject()calls) during a thread's execution.