Package org.apache.shiro.subject.support

Concrete support implementations of most of the org.apache.shiro.subject interfaces.

See:
          Description

Class Summary
DefaultSubjectContext Default implementation of the SubjectContext interface.
DelegatingSubject Implementation of the Subject interface that delegates method calls to an underlying SecurityManager instance for security checks.
SubjectCallable<V> A SubjectCallable associates a Subject with a target/delegate Callable to ensure proper Subject thread-state management when the Callable executes.
SubjectRunnable A SubjectRunnable ensures that a target/delegate Runnable will execute such that any call to SecurityUtils.getSubject() during the Runnable's execution will return the associated Subject instance.
SubjectThreadState Manages thread-state for Subject access (supporting SecurityUtils.getSubject() calls) during a thread's execution.
 

Exception Summary
DisabledSessionException Exception thrown if attempting to create a new Subject session, but that Subject's sessions are disabled.
 

Package org.apache.shiro.subject.support Description

Concrete support implementations of most of the org.apache.shiro.subject interfaces.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.