org.apache.shiro.subject interfaces.See: Description
| Class | Description |
|---|---|
| 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> | |
| 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 | Description |
|---|---|
| DisabledSessionException |
Exception thrown if attempting to create a new
Subject
session, but that Subject's sessions are disabled. |
org.apache.shiro.subject interfaces.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.