Uses of Interface
org.apache.shiro.mgt.SessionStorageEvaluator
-
Packages that use SessionStorageEvaluator Package Description org.apache.shiro.mgt Provides the masterSecurityManager
interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application. -
-
Uses of SessionStorageEvaluator in org.apache.shiro.mgt
Classes in org.apache.shiro.mgt that implement SessionStorageEvaluator Modifier and Type Class Description class
DefaultSessionStorageEvaluator
A DefaultSessionStorageEvaluator
that provides reasonable control over if and how Sessions may be used for storing Subject state.Methods in org.apache.shiro.mgt that return SessionStorageEvaluator Modifier and Type Method Description SessionStorageEvaluator
DefaultSubjectDAO. getSessionStorageEvaluator()
Returns theSessionStorageEvaluator
that will determine if aSubject
's state may be persisted in the Subject's session.Methods in org.apache.shiro.mgt with parameters of type SessionStorageEvaluator Modifier and Type Method Description void
DefaultSubjectDAO. setSessionStorageEvaluator(SessionStorageEvaluator sessionStorageEvaluator)
Sets theSessionStorageEvaluator
that will determine if aSubject
's state may be persisted in the Subject's session.
-