JSecurity

Uses of Interface
org.jsecurity.util.Initializable

Packages that use Initializable
org.jsecurity.cache.ehcache Ehcache-based implementations of JSecurity's cache interfaces. 
org.jsecurity.config Components that support configuring JSecurity in any application. 
org.jsecurity.realm Components and sub-packages used in supporting the core Realm interface. 
org.jsecurity.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory. 
org.jsecurity.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API. 
org.jsecurity.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs. 
org.jsecurity.realm.text Realms that acquire security data from text-based data sources such as Files or text streams. 
org.jsecurity.spring Spring Application Framework support for enabling JSecurity in spring applications. 
org.jsecurity.util Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). 
org.jsecurity.web.config Web-specific implementation extensions to the org.jsecurity.config components. 
 

Uses of Initializable in org.jsecurity.cache.ehcache
 

Classes in org.jsecurity.cache.ehcache that implement Initializable
 class EhCacheManager
          JSecurity CacheManager implementation utilizing the Ehcache framework for all cache functionality.
 

Uses of Initializable in org.jsecurity.config
 

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

Uses of Initializable in org.jsecurity.realm
 

Classes in org.jsecurity.realm that implement Initializable
 class AuthorizingRealm
          An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support.
 class SimpleAccountRealm
          A simple implementation of the Realm interface that uses a set of configured user accounts and roles to support authentication and authorization.
 

Uses of Initializable in org.jsecurity.realm.activedirectory
 

Classes in org.jsecurity.realm.activedirectory that implement Initializable
 class ActiveDirectoryRealm
          An Realm that authenticates with an active directory LDAP server to determine the roles for a particular user.
 

Uses of Initializable in org.jsecurity.realm.jdbc
 

Classes in org.jsecurity.realm.jdbc that implement Initializable
 class JdbcRealm
           Realm that allows authentication and authorization via JDBC calls.
 

Uses of Initializable in org.jsecurity.realm.ldap
 

Classes in org.jsecurity.realm.ldap that implement Initializable
 class AbstractLdapRealm
          A Realm that authenticates with an LDAP server to build the Subject for a user.
 

Uses of Initializable in org.jsecurity.realm.text
 

Classes in org.jsecurity.realm.text that implement Initializable
 class PropertiesRealm
          A subclass of SimpleAccountRealm that defers all logic to the parent class, but just enables Properties based configuration in addition to the parent class's String configuration.
 class TextConfigurationRealm
          a SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects created at startup.
 

Uses of Initializable in org.jsecurity.spring
 

Classes in org.jsecurity.spring that implement Initializable
 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 Initializable in org.jsecurity.util
 

Methods in org.jsecurity.util with parameters of type Initializable
static void LifecycleUtils.init(Initializable initializable)
           
 

Uses of Initializable in org.jsecurity.web.config
 

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


JSecurity

Copyright © 2004-2008 JSecurity.