JSecurity

Uses of Package
org.jsecurity.authz

Packages that use org.jsecurity.authz
org.jsecurity.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). 
org.jsecurity.authz Core interfaces and exceptions supporting Authorization (access control). 
org.jsecurity.authz.aop Contains AOP implementation support classes specifically used for authorization operations, particularly supporting AOP Method Interceptors and JSR-175 metadata Annotations. 
org.jsecurity.authz.permission Support and default implementations for JSecurity's Permission interface. 
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 Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application. 
org.jsecurity.session.mgt SessionManager components supporting enterprise session management. 
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). 
org.jsecurity.web Framework support for any web-enabled application. 
org.jsecurity.web.session Components supporting Session management in web-enabled applications. 
 

Classes in org.jsecurity.authz used by org.jsecurity.authc
AuthorizationInfo
          AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.
Permission
          A Permission represents the ability to perform an action or access a resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.authz
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
AuthorizationInfo
          AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
AuthorizingAccount
          Deprecated.  
Permission
          A Permission represents the ability to perform an action or access a resource.
SimpleRole
          A simple representation of a security role that has a name and a collection of permissions.
UnauthorizedException
          Thrown to indicate a requested operation or access to a requested resource is not allowed.
 

Classes in org.jsecurity.authz used by org.jsecurity.authz.aop
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
UnauthenticatedException
          Exception thrown when attempting to execute an authorization action when a successful authentication hasn't yet occurred.
 

Classes in org.jsecurity.authz used by org.jsecurity.authz.permission
Permission
          A Permission represents the ability to perform an action or access a resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.mgt
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
HostUnauthorizedException
          Thrown when a particular client (that is, host address) has not been enabled to access the system or if the client has been enabled access but is not permitted to perform a particluar operation or access a particular resource.
Permission
          A Permission represents the ability to perform an action or access a resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.realm
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
AuthorizationInfo
          AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
Permission
          A Permission represents the ability to perform an action or access a resource.
SimpleRole
          A simple representation of a security role that has a name and a collection of permissions.
 

Classes in org.jsecurity.authz used by org.jsecurity.realm.activedirectory
AuthorizationInfo
          AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
 

Classes in org.jsecurity.authz used by org.jsecurity.realm.jdbc
AuthorizationInfo
          AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
 

Classes in org.jsecurity.authz used by org.jsecurity.realm.ldap
AuthorizationInfo
          AuthorizationInfo represents a single Subject's stored authorization data (roles, permissions, etc) used during authorization (access control) checks only.
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
 

Classes in org.jsecurity.authz used by org.jsecurity.realm.text
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
 

Classes in org.jsecurity.authz used by org.jsecurity.session
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
HostUnauthorizedException
          Thrown when a particular client (that is, host address) has not been enabled to access the system or if the client has been enabled access but is not permitted to perform a particluar operation or access a particular resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.session.mgt
HostUnauthorizedException
          Thrown when a particular client (that is, host address) has not been enabled to access the system or if the client has been enabled access but is not permitted to perform a particluar operation or access a particular resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.subject
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
Permission
          A Permission represents the ability to perform an action or access a resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.util
Permission
          A Permission represents the ability to perform an action or access a resource.
 

Classes in org.jsecurity.authz used by org.jsecurity.web
Authorizer
          An Authorizer performs authorization (access control) operations for any given Subject (aka 'application user').
 

Classes in org.jsecurity.authz used by org.jsecurity.web.session
AuthorizationException
          Exception thrown if there is a problem during authorization (access control check).
HostUnauthorizedException
          Thrown when a particular client (that is, host address) has not been enabled to access the system or if the client has been enabled access but is not permitted to perform a particluar operation or access a particular resource.
 


JSecurity

Copyright © 2004-2008 JSecurity.