Uses of Class
org.apache.shiro.util.MapContext
-
Packages that use MapContext Package Description org.apache.shiro.session.mgt SessionManager
components supporting enterprise session management.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subject
interfaces. -
-
Uses of MapContext in org.apache.shiro.session.mgt
Subclasses of MapContext in org.apache.shiro.session.mgt Modifier and Type Class Description class
DefaultSessionContext
Default implementation of theSessionContext
interface which provides getters and setters that wrap interaction with the underlying backing context map. -
Uses of MapContext in org.apache.shiro.subject.support
Subclasses of MapContext in org.apache.shiro.subject.support Modifier and Type Class Description class
DefaultSubjectContext
Default implementation of theSubjectContext
interface.
-