| Package | Description |
|---|---|
| org.apache.shiro.mgt |
Provides the master
SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubjectDAO
Default
SubjectDAO implementation that stores Subject state in the Subject's Session by default (but this
can be disabled - see below). |
| Modifier and Type | Field and Description |
|---|---|
protected SubjectDAO |
DefaultSecurityManager.subjectDAO |
| Modifier and Type | Method and Description |
|---|---|
SubjectDAO |
DefaultSecurityManager.getSubjectDAO()
Returns the
SubjectDAO responsible for persisting Subject state, typically used after login or when an
Subject identity is discovered (eg after RememberMe services). |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSecurityManager.setSubjectDAO(SubjectDAO subjectDAO)
Sets the
SubjectDAO responsible for persisting Subject state, typically used after login or when an
Subject identity is discovered (eg after RememberMe services). |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.