Uses of Class
org.apache.shiro.mgt.AuthorizingSecurityManager

Packages that use AuthorizingSecurityManager
org.apache.shiro.mgt Provides the master SecurityManager 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
 class DefaultSecurityManager
          The Shiro framework's default concrete implementation of the SecurityManager interface, based around a collection of Realms.
 class SessionsSecurityManager
          Shiro support of a SecurityManager class hierarchy that delegates all session operations to a wrapped SessionManager instance.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.