| Name | Description | Type | Package | Framework |
| Group | This class represents a Group of Users in the system that are associated with specific entity or resource. | Interface | org.apache.turbine.om.security | Apache Turbine |
| GroupPeer | This class handles all the database access for the Group table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
| Permission | This class represents the permissions that a Role has to access certain pages/functions within the system. | Interface | org.apache.turbine.om.security | Apache Turbine |
| PermissionPeer | This class handles all the database access for the PERMISSION table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
| Role | This class represents a role played by the User associated with theVersion:$Id: Role. | Interface | org.apache.turbine.om.security | Apache Turbine |
| RolePeer | This class handles all the database access for the ROLE table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
| RolePermissionPeer | This class handles all database access for the ROLE_PERMISSION table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
| SecurityEntity | This class represents a Group of Users in the system that are associated with specific entity or resource. | Interface | org.apache.turbine.om.security | Apache Turbine |
| SecurityObject | This class represents a generic object used in the Access Control Lists. | Class | org.apache.turbine.om.security | Apache Turbine |
| TurbineGroup | This class represents a Group of Users in the system that are associated with specific entity or resource. | Class | org.apache.turbine.om.security | Apache Turbine |
| TurbinePermission | This class represents the permissions that a Role has to access certain pages/functions within the system. | Class | org.apache.turbine.om.security | Apache Turbine |
| TurbineRole | This class represents a role played by the User associated with theVersion:$Id: TurbineRole. | Class | org.apache.turbine.om.security | Apache Turbine |
| TurbineUser | A generic implementation of User interface. | Class | org.apache.turbine.om.security | Apache Turbine |
| TurbineUserPeer | This class handles all the database access for the User/User table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
| User | This interface represents functionality that all users of the Turbine system require. | Interface | org.apache.turbine.om.security | Apache Turbine |
| UserGroupRolePeer | This class handles all database access for the VISITOR_ROLE table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
| UserPeer | Peer classes for an User object need to implement this interface. | Interface | org.apache.turbine.om.security.peer | Apache Turbine |