Results 1 to 2 of 2

Thread: Domain Object Security(ACL) DB filtering

  1. #1
    Join Date
    Oct 2010
    Posts
    4

    Default Domain Object Security(ACL) DB filtering

    Hi,
    I'm starting to use the ACL for domain object security. In the documentation there is a good example on how to filter objects after they where loaded. While this approach works with individual objects, it's unclear to me how bulk load will work. One of the problems is how to implement paging. Approach i can see is to add to queries additional joins on acl tables to filter entities in DB before they even come to back from the DB. i was wondering what other ways exist to implement ACL on the entities which will support paging or bulk filtering ?

    Thanks
    Albert

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    You will need to implement querying by acl yourself as there is no support built in for that.
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •