Uses of Package
org.apache.shiro.mgt
Packages that use org.apache.shiro.mgt
Package
Description
This package primarily exists as a root classpath distinction, but it does contain two core classes widely used
by applications,
SecurityUtils and
ShiroException.Concepts used to represent Shiro's aggregate state in an application.
Concepts used to represent Shiro's aggregate state in an application.
Provides the master
SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application.Components supporting the
Subject interface, the most important concept in
Shiro's API.Concrete support implementations of most of the
org.apache.shiro.subject interfaces.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.mgt used by org.apache.shiroClassDescriptionA
SecurityManagerexecutes all security operations for all Subjects (aka users) across a single application. -
Classes in org.apache.shiro.mgt used by org.apache.shiro.envClassDescriptionA
SecurityManagerexecutes all security operations for all Subjects (aka users) across a single application. -
Classes in org.apache.shiro.mgt used by org.apache.shiro.iniClassDescriptionA
SecurityManagerexecutes all security operations for all Subjects (aka users) across a single application. -
Classes in org.apache.shiro.mgt used by org.apache.shiro.mgtClassDescriptionShiro support of a
SecurityManagerclass hierarchy that delegates all authentication operations to a wrappedAuthenticatorinstance.Shiro support of aSecurityManagerclass hierarchy that delegates all authorization (access control) operations to a wrappedAuthorizerinstance.A very basic starting point for the SecurityManager interface that merely provides logging and caching support.Shiro support of aSecurityManagerclass hierarchy based around a collection ofRealms.A RememberMeManager is responsible for remembering a Subject's identity across that Subject's sessions with the application.ASecurityManagerexecutes all security operations for all Subjects (aka users) across a single application.Shiro support of aSecurityManagerclass hierarchy that delegates allsessionoperations to a wrappedSessionManagerinstance.Evaluates whether or not Shiro may use aSubject'sSessionto persist thatSubject's internal state.ASubjectDAOis responsible for persisting a Subject instance's internal state such that the Subject instance can be recreated at a later time if necessary.ASubjectFactoryis responsible for constructingSubjectinstances as needed. -
Classes in org.apache.shiro.mgt used by org.apache.shiro.subjectClassDescriptionA
SecurityManagerexecutes all security operations for all Subjects (aka users) across a single application. -
Classes in org.apache.shiro.mgt used by org.apache.shiro.subject.supportClassDescriptionA
SecurityManagerexecutes all security operations for all Subjects (aka users) across a single application. -
Classes in org.apache.shiro.mgt used by org.apache.shiro.utilClassDescriptionA
SecurityManagerexecutes all security operations for all Subjects (aka users) across a single application.