Uses of Package
org.apache.shiro.util
-
Packages that use org.apache.shiro.util Package Description org.apache.shiro.config 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.org.apache.shiro.util Your run-of-the-mill 'util' package for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). -
Classes in org.apache.shiro.util used by org.apache.shiro.config Class Description AbstractFactory TODO - Class JavaDoc -
Classes in org.apache.shiro.util used by org.apache.shiro.session.mgt Class Description MapContext AMapContext
provides a common base for context-based data storage in aMap
. -
Classes in org.apache.shiro.util used by org.apache.shiro.subject.support Class Description MapContext AMapContext
provides a common base for context-based data storage in aMap
.ThreadState AThreadState
instance manages any state that might need to be bound and/or restored during a thread's execution. -
Classes in org.apache.shiro.util used by org.apache.shiro.util Class Description PatternMatcher Interface for components that can match source strings against a specified pattern string.