Uses of Interface
org.apache.shiro.mgt.SessionStorageEvaluator
Packages that use SessionStorageEvaluator
Package
Description
Provides the master
SecurityManager 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 SessionStorageEvaluatorModifier and TypeClassDescriptionclassA DefaultSessionStorageEvaluatorthat provides reasonable control over if and how Sessions may be used for storing Subject state.Methods in org.apache.shiro.mgt that return SessionStorageEvaluatorModifier and TypeMethodDescriptionDefaultSubjectDAO.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 SessionStorageEvaluatorModifier and TypeMethodDescriptionvoidDefaultSubjectDAO.setSessionStorageEvaluator(SessionStorageEvaluator sessionStorageEvaluator) Sets theSessionStorageEvaluatorthat will determine if aSubject's state may be persisted in the Subject's session.