Uses of Interface
org.apache.shiro.mgt.SessionStorageEvaluator
-
Packages that use SessionStorageEvaluator Package Description org.apache.shiro.mgt Provides the masterSecurityManagerinterface 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 classDefaultSessionStorageEvaluatorA DefaultSessionStorageEvaluatorthat 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 SessionStorageEvaluatorDefaultSubjectDAO. getSessionStorageEvaluator()Returns theSessionStorageEvaluatorthat 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 voidDefaultSubjectDAO. setSessionStorageEvaluator(SessionStorageEvaluator sessionStorageEvaluator)Sets theSessionStorageEvaluatorthat will determine if aSubject's state may be persisted in the Subject's session.
-