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

Packages that use org.apache.turbine.services.security.torque
org.apache.turbine.om.security Security object definitions for the Security Service.  
org.apache.turbine.services.security.db A security service implementation that used an SQL database for authentication.  
org.apache.turbine.services.security.torque A security service implementation based on Torque generated peer classes.  
 

Classes in org.apache.turbine.services.security.torque used by org.apache.turbine.om.security
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.
TorqueUser
          This is the User class used by the TorqueSecurity Service.
 

Classes in org.apache.turbine.services.security.torque used by org.apache.turbine.services.security.db
TorqueSecurityService
          An implementation of SecurityService that uses torque objects.
TorqueUserManager
          An UserManager performs User objects related tasks on behalf of the BaseSecurityService.
 

Classes in org.apache.turbine.services.security.torque used by org.apache.turbine.services.security.torque
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.
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.
UserPeerManagerConstants
          Constants for configuring the various columns and bean properties for the used peer.
 



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