I am learning Spring-security from their docs and sample apps, while the ACL support also looks neat through annotations, where it loses out is since this is happening at the java level (as opposed to filtering with a joined SQL) , we can't really run paged queries.
To use paged query would mean having to write a query that joins to the acl table by hand along with the paged query for the entity i am looking up. Is there any utility that makes writing those queries less pain ?? also the whole point of querying (and thus making the system security aware) seems to defeat the whole neatness that spring-security brings, so what are the performance implications, i am assuming huge performance dip for the "query-all-and-acl-filter-in-java" approach.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|