Uses of Class
org.apache.shiro.mgt.SessionsSecurityManager
-
Packages that use SessionsSecurityManager Package Description org.apache.shiro.mgt Provides the masterSecurityManager
interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application. -
-
Uses of SessionsSecurityManager in org.apache.shiro.mgt
Subclasses of SessionsSecurityManager in org.apache.shiro.mgt Modifier and Type Class Description class
DefaultSecurityManager
The Shiro framework's default concrete implementation of theSecurityManager
interface, based around a collection ofRealm
s.
-