Uses of Interface
org.apache.shiro.mgt.SubjectDAO
-
Packages that use SubjectDAO 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 SubjectDAO in org.apache.shiro.mgt
Classes in org.apache.shiro.mgt that implement SubjectDAO Modifier and Type Class Description classDefaultSubjectDAODefaultSubjectDAOimplementation 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 Modifier and Type Field Description protected SubjectDAODefaultSecurityManager. subjectDAOMethods in org.apache.shiro.mgt that return SubjectDAO Modifier and Type Method Description SubjectDAODefaultSecurityManager. getSubjectDAO()Returns theSubjectDAOresponsible 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 Modifier and Type Method Description voidDefaultSecurityManager. setSubjectDAO(SubjectDAO subjectDAO)Sets theSubjectDAOresponsible for persisting Subject state, typically used after login or when an Subject identity is discovered (eg after RememberMe services).
-