JSecurity

Uses of Package
org.jsecurity.util

Packages that use org.jsecurity.util
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.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an 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.session.mgt SessionManager components supporting enterprise session management. 
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 Framework support for any web-enabled application. 
org.jsecurity.web.config Web-specific implementation extensions to the org.jsecurity.config components. 
org.jsecurity.web.filter Base package supporting all Servlet Filter implementations used to control access to web pages and URL resources. 
org.jsecurity.web.filter.authc Servlet Filter implementations specific to controlling access based on a subject's authentication status, or those that can execute authentications (log-ins) directly. 
org.jsecurity.web.filter.authz Servlet Filter implementations that perform authorization (access control) checks based on the Subject's abilities (for example, role or permission checks). 
org.jsecurity.web.servlet Support implementations that depend heavily on the javax.servlet. 
org.jsecurity.web.session Components supporting Session management in web-enabled applications. 
 

Classes in org.jsecurity.util used by org.jsecurity.cache.ehcache
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.config
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.mgt
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
 

Classes in org.jsecurity.util used by org.jsecurity.realm
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.realm.activedirectory
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.realm.jdbc
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.realm.ldap
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.realm.text
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
 

Classes in org.jsecurity.util used by org.jsecurity.session.mgt
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
 

Classes in org.jsecurity.util used by org.jsecurity.spring
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
Nameable
          Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.
 

Classes in org.jsecurity.util used by org.jsecurity.util
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
PatternMatcher
          Interface for components that can match source strings against a specified pattern string.
UnknownClassException
          The JSecurity framework's RuntimeException equivalent of the JDK's ClassNotFoundException, to maintain a RuntimeException paradigm.
 

Classes in org.jsecurity.util used by org.jsecurity.web
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
 

Classes in org.jsecurity.util used by org.jsecurity.web.config
Initializable
          JSecurity container-agnostic interface that indicates that this object requires initialization.
PatternMatcher
          Interface for components that can match source strings against a specified pattern string.
 

Classes in org.jsecurity.util used by org.jsecurity.web.filter
Nameable
          Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.
PatternMatcher
          Interface for components that can match source strings against a specified pattern string.
 

Classes in org.jsecurity.util used by org.jsecurity.web.filter.authc
Nameable
          Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.
 

Classes in org.jsecurity.util used by org.jsecurity.web.filter.authz
Nameable
          Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.
 

Classes in org.jsecurity.util used by org.jsecurity.web.servlet
Nameable
          Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.
 

Classes in org.jsecurity.util used by org.jsecurity.web.session
Destroyable
          JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
 


JSecurity

Copyright © 2004-2008 JSecurity.