Package net.sf.jguard.authorization

contains the authorization API through the PermissionManager interface, and its implementations.

See:
          Description

Interface Summary
AuthorizationManager retrieve user's permissions.
 

Class Summary
AbstractAuthorizationManager Abstract class inherited by all the AuthorizationManager implementations.
AuthorizationConnectionFactory Factory for Database Connection.
AuthorizationManagerFactory permission manager factory, which returns the AuthorizationManager implementation.
DB2AuthorizationManager PermissionManager implementation which enable Permission management with a DB2 Database backend.
JdbcAuthorizationManager AuthorizationManager abstract class inherited by the database-backed AuthorizationManager implementations.
MySQLAuthorizationManager AuthorizationManager implementation which enable Permission management with an MySQL Database backend.
OracleAuthorizationManager AuthorizationManager implementation which enable Permission management with an Oracle Database backend.
PostgreSQLAuthorizationManager AuthorizationManager implementation which enable Permission management with an PostGreSQL Database backend.
SQLServerAuthorizationManager AuthorizationManager implementation.
XmlAuthorizationManager AuthorizationManager implementation which enable Permission Management with an XML backend.
 

Exception Summary
AuthorizationException  
 

Package net.sf.jguard.authorization Description

contains the authorization API through the PermissionManager interface, and its implementations.