Uses of Class
org.apache.shiro.mgt.AuthenticatingSecurityManager
-
Packages that use AuthenticatingSecurityManager Package Description org.apache.shiro.mgt Provides the masterSecurityManagerinterface 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 classAuthorizingSecurityManagerShiro support of aSecurityManagerclass hierarchy that delegates all authorization (access control) operations to a wrappedAuthorizerinstance.classDefaultSecurityManagerThe Shiro framework's default concrete implementation of theSecurityManagerinterface, based around a collection ofRealms.classSessionsSecurityManagerShiro support of aSecurityManagerclass hierarchy that delegates allsessionoperations to a wrappedSessionManagerinstance.
-