Uses of Class
org.apache.shiro.mgt.AuthorizingSecurityManager
-
Packages that use AuthorizingSecurityManager 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 AuthorizingSecurityManager in org.apache.shiro.mgt
Subclasses of AuthorizingSecurityManager 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.class
SessionsSecurityManager
Shiro support of aSecurityManager
class hierarchy that delegates allsession
operations to a wrappedSessionManager
instance.
-