Almost every recent project I worked on had the requirement to show some list of domain-objects to specific user groups, with each group having their security-related filter applied to these lists.
To my (meagre) knowledge of acegi this semantic is missing.
This filtering must be applied _before_ some (Hibernate-)query.
Has anyone solved this in a 'generic' manner ?


