org.apache.turbine.om.security.peer |
Hand rolled peers for the DB Security Service.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
GroupPeer.java | Class | This class handles all the database access for the Group table.
This table contains all the Groups that a given member can play.
author: Frank Y. |
PermissionPeer.java | Class | This class handles all the database access for the PERMISSION
table. |
RolePeer.java | Class | This class handles all the database access for the ROLE table.
This table contains all the roles that a given member can play.
author: Frank Y. |
RolePermissionPeer.java | Class | This class handles all database access for the
ROLE_PERMISSION table. |
TurbineUserPeer.java | Class | This class handles all the database access for the User/User
table. |
UserGroupRolePeer.java | Class | This class handles all database access for the VISITOR_ROLE table.
This table contains all the roles that a given user can play.
author: Frank Y. |
UserPeer.java | Interface | Peer classes for an User object need to implement this interface. |