Uses of Class
org.apache.shiro.mgt.AuthenticatingSecurityManager
-
Packages that use AuthenticatingSecurityManager 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 AuthenticatingSecurityManager in org.apache.shiro.mgt
Subclasses of AuthenticatingSecurityManager in org.apache.shiro.mgt Modifier and Type Class Description class
AuthorizingSecurityManager
Shiro support of aSecurityManager
class hierarchy that delegates all authorization (access control) operations to a wrappedAuthorizer
instance.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.
-