Uses of Interface
org.apache.shiro.mgt.SessionStorageEvaluator

Packages that use SessionStorageEvaluator
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. 
 

Uses of SessionStorageEvaluator in org.apache.shiro.mgt
 

Classes in org.apache.shiro.mgt that implement SessionStorageEvaluator
 class DefaultSessionStorageEvaluator
          A Default SessionStorageEvaluator 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
 SessionStorageEvaluator DefaultSubjectDAO.getSessionStorageEvaluator()
          Returns the SessionStorageEvaluator that will determine if a Subject's state may be persisted in the Subject's session.
 

Methods in org.apache.shiro.mgt with parameters of type SessionStorageEvaluator
 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-2012 The Apache Software Foundation. All Rights Reserved.