Uses of Class
org.apache.shiro.util.MapContext
-
Packages that use MapContext Package Description org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subjectinterfaces. -
-
Uses of MapContext in org.apache.shiro.session.mgt
Subclasses of MapContext in org.apache.shiro.session.mgt Modifier and Type Class Description classDefaultSessionContextDefault implementation of theSessionContextinterface 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 classDefaultSubjectContextDefault implementation of theSubjectContextinterface.
-