PDA

View Full Version : authorization-aware query filtering...



jwt
Feb 7th, 2005, 02:47 PM
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 ?

Ben Alex
Feb 10th, 2005, 01:19 AM
I think we're covering this over at http://forum.springframework.org/showthread.php?t=12793.