Package org.openswing.swing.table.permissions.database.server

Interface Summary
DbConnectionSource Title: OpenSwing Framework Description: Singleton class.
DbDigestDescriptor Title: OpenSwing Framework Description: Descriptor of the table related to permissions digest storing, where the primary key is based on the "functionId" attribute of the GridPermissions.
DbPermissionsDescriptor Title: OpenSwing Framework Description: Descriptor of the table related to grid permissions fetching, where the primary key is based on "functionId" and the role identifiers, in order to create GridPermissions object.
 

Class Summary
DbGridPermissionsManager Title: OpenSwing Framework Description: Grid permissions manager: it manages the fetching of grid permissions.
DefaultDbDigestDescriptor Title: OpenSwing Framework Description: Default descriptor of the table related to permissions digest storing, where the primary key is based on the "functionId" attribute of the GridPermissions.
DefaultDbPermissionsDescriptor Title: OpenSwing Framework Description: Default descriptor of the table related to grid permissions storing, where the primary key is based on "functionId",role identifier attributes of the GridPermissions.