Hi, I (think I) examined the complete security API of Turbine 2.2.x but there doesn't seem to be a way to get all Users that have a specific Role or Group. Am I missing something ?
The data model has a link table for this kind of info (TURBINE_USER_GROUP_ROLE) but the UserGroupRolePeer class has no doSelect() methods so I can't use that Peer to do joins on the Role, Group, and User tables. There doesn't seem to be any type of join method in any of the turbine.om.security Peer classes. Is this something just that never gor implemented or is there some reason for this missing functionality ? Age -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
