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

Packages that use SubjectDAO
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 SubjectDAO in org.apache.shiro.mgt
 

Classes in org.apache.shiro.mgt that implement SubjectDAO
 class DefaultSubjectDAO
          Default SubjectDAO implementation that stores Subject state in the Subject's Session by default (but this can be disabled - see below).
 

Fields in org.apache.shiro.mgt declared as SubjectDAO
protected  SubjectDAO DefaultSecurityManager.subjectDAO
           
 

Methods in org.apache.shiro.mgt that return SubjectDAO
 SubjectDAO DefaultSecurityManager.getSubjectDAO()
          Returns the SubjectDAO responsible for persisting Subject state, typically used after login or when an Subject identity is discovered (eg after RememberMe services).
 

Methods in org.apache.shiro.mgt with parameters of type SubjectDAO
 void DefaultSecurityManager.setSubjectDAO(SubjectDAO subjectDAO)
          Sets the SubjectDAO responsible for persisting Subject state, typically used after login or when an Subject identity is discovered (eg after RememberMe services).
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.