Uses of Interface
org.apache.shiro.mgt.SubjectDAO
Packages that use SubjectDAO
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 SubjectDAO in org.apache.shiro.mgt
Classes in org.apache.shiro.mgt that implement SubjectDAOModifier and TypeClassDescriptionclassDefaultSubjectDAOimplementation 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 SubjectDAOMethods in org.apache.shiro.mgt that return SubjectDAOModifier and TypeMethodDescriptionDefaultSecurityManager.getSubjectDAO()Returns theSubjectDAOresponsible for persisting Subject state, typically used after login or when an Subject identity is discovered (e.g.Methods in org.apache.shiro.mgt with parameters of type SubjectDAOModifier and TypeMethodDescriptionvoidDefaultSecurityManager.setSubjectDAO(SubjectDAO subjectDAO) Sets theSubjectDAOresponsible for persisting Subject state, typically used after login or when an Subject identity is discovered (e.g.