Package org.apache.turbine.services.security.torque

A security service implementation based on Torque generated peer classes.

See:
          Description

Interface Summary
GroupPeerManagerConstants Constants for configuring the various columns and bean properties for the used peer.
PermissionPeerManagerConstants Constants for configuring the various columns and bean properties for the used peer.
RolePeerManagerConstants Constants for configuring the various columns and bean properties for the used peer.
UserPeerManagerConstants Constants for configuring the various columns and bean properties for the used peer.
 

Class Summary
GroupPeerManager This class capsulates all direct Peer access for the Group entities.
PermissionPeerManager This class capsulates all direct Peer access for the Permission entities.
RolePeerManager This class capsulates all direct Peer access for the Role entities.
TorqueGroup This class represents a Group of Users in the system that are associated with specific entity or resource.
TorqueObject All the Torque Security objects (User, Group, Role, Permission) are derived from this class which contains the base compare and management methods for all security objects.
TorquePermission This class represents a permission given to a Role associated with the current Session.
TorqueRole This class represents a role played by the User associated with the current Session.
TorqueSecurityService An implementation of SecurityService that uses torque objects.
TorqueUser This is the User class used by the TorqueSecurity Service.
TorqueUserManager An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
UserPeerManager This class capsulates all direct Peer access for the User entities.
 

Package org.apache.turbine.services.security.torque Description

A security service implementation based on Torque generated peer classes.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.