JSecurity

Uses of Interface
org.jsecurity.config.Configuration

Packages that use Configuration
org.jsecurity.config Components that support configuring JSecurity in any application. 
org.jsecurity.spring Spring Application Framework support for enabling JSecurity in spring applications. 
org.jsecurity.web.config Web-specific implementation extensions to the org.jsecurity.config components. 
org.jsecurity.web.servlet Support implementations that depend heavily on the javax.servlet. 
 

Uses of Configuration in org.jsecurity.config
 

Classes in org.jsecurity.config that implement Configuration
 class IniConfiguration
          A Configuration based on the .ini format.
 class ResourceConfiguration
          //TODO - complete JavaDoc
 class TextConfiguration
          //TODO - complete JavaDoc
 

Uses of Configuration in org.jsecurity.spring
 

Classes in org.jsecurity.spring that implement Configuration
 class SpringIniWebConfiguration
          JSecurity configuration that relies on Spring to define and initialize the JSecurity SecurityManager instance (and all of its dependencies) and makes it available to the JSecurityFilter by performing a Spring bean lookup.
 

Uses of Configuration in org.jsecurity.web.config
 

Subinterfaces of Configuration in org.jsecurity.web.config
 interface WebConfiguration
          A WebConfiguration configures JSecurity components in a web-enabled application.
 

Classes in org.jsecurity.web.config that implement Configuration
 class IniWebConfiguration
          A WebConfiguration that supports configuration via the .ini format.
 

Uses of Configuration in org.jsecurity.web.servlet
 

Methods in org.jsecurity.web.servlet with parameters of type Configuration
protected  SecurityManager JSecurityFilter.ensureSecurityManager(Configuration config)
          Retrieves the security manager for the given configuration.
 


JSecurity

Copyright © 2004-2008 JSecurity.