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. |
org.apache.shiro.web.mgt |
Components supporting web-specific
SecurityManager implementations. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWebSessionStorageEvaluator
A web-specific
SessionStorageEvaluator that performs the same logic as the parent class
DefaultSessionStorageEvaluator but additionally checks for a request-specific flag that may enable or
disable session access. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.