JSecurity

Uses of Package
org.jsecurity

Packages that use org.jsecurity
org.jsecurity.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). 
org.jsecurity.authc.pam Support for PAM, or Pluggable Authentication Modules, which is the capability to authenticate a user against multiple configurable (pluggable) modules (JSecurity calls these Realms). 
org.jsecurity.authz Core interfaces and exceptions supporting Authorization (access control). 
org.jsecurity.authz.permission Support and default implementations for JSecurity's Permission interface. 
org.jsecurity.cache Caching support used to enhance performance for any security operation. 
org.jsecurity.codec Components for encoding and decoding of data across multiple formats, especially useful in JSecurity's cryptography and web functionality. 
org.jsecurity.config Components that support configuring JSecurity in any application. 
org.jsecurity.io Support for reading and writing (input/output) raw data from multiple resource locations. 
org.jsecurity.session Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application. 
org.jsecurity.spring Spring Application Framework support for enabling JSecurity in spring applications. 
org.jsecurity.subject Components supporting the Subject interface, the most important concept in JSecurity's API. 
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). 
 

Classes in org.jsecurity used by org.jsecurity.authc
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.authc.pam
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.authz
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.authz.permission
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.cache
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.codec
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.config
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.io
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.session
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.spring
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.subject
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 

Classes in org.jsecurity used by org.jsecurity.util
JSecurityException
          Root exception for all JSecurity runtime exceptions.
 


JSecurity

Copyright © 2004-2008 JSecurity.