| 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 |
DefaultSessionStorageEvaluator
A Default
SessionStorageEvaluator that provides reasonable control over if and how Sessions may be used for
storing Subject state. |
| Modifier and Type | Method and Description |
|---|---|
SessionStorageEvaluator |
DefaultSubjectDAO.getSessionStorageEvaluator()
Returns the
SessionStorageEvaluator that will determine if a Subject's state may be persisted in
the Subject's session. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSubjectDAO.setSessionStorageEvaluator(SessionStorageEvaluator sessionStorageEvaluator)
Sets the
SessionStorageEvaluator that will determine if a Subject's state may be persisted in
the Subject's session. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.