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. |
| SubjectThreadState |
Manages thread-state for
Subject access (supporting
SecurityUtils. |
| 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–2017 The Apache Software Foundation. All rights reserved.