JSecurity

Uses of Class
org.jsecurity.mgt.AuthorizingSecurityManager

Packages that use AuthorizingSecurityManager
org.jsecurity.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application. 
org.jsecurity.web Framework support for any web-enabled application. 
 

Uses of AuthorizingSecurityManager in org.jsecurity.mgt
 

Subclasses of AuthorizingSecurityManager in org.jsecurity.mgt
 class DefaultSecurityManager
          The JSecurity framework's default concrete implementation of the SecurityManager interface, based around a collection of Realms.
 class SessionsSecurityManager
          JSecurity support of a SecurityManager class hierarchy that delegates all session operations to a wrapped SessionManager instance.
 

Uses of AuthorizingSecurityManager in org.jsecurity.web
 

Subclasses of AuthorizingSecurityManager in org.jsecurity.web
 class DefaultWebSecurityManager
          SecurityManager implementation that should be used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc).
 


JSecurity

Copyright © 2004-2008 JSecurity.