Results 1 to 5 of 5

Thread: ACL - listing objects with permission

  1. #1
    Join Date
    Jun 2009
    Posts
    20

    Default ACL - listing objects with permission

    Hi,

    I am wondering if there is a way to use Spring ACL, and list all objects that a user has permission to access in some way? I know that you can get permissions if you have a reference/id to the object, but what if you have a list of entities in a database, and you do not want to go through all of them in order to find the ones you have access to?

    Also, is spring ACL commonly used in enterprise projects or should I have the security integrated into my domain model?

    Thanks

  2. #2
    Join Date
    Apr 2010
    Posts
    1

    Default

    I was wondering the same thing, but end up with the conclusion that you have to wire the security into your business logic and filter the list by tuning your query, if you care about your app's performance...

    If someone has a better idea, please enlighten me...

  3. #3

    Default

    Sorry for open an old post, but is any way to list the permissions,object for every role ??

    Thanks

  4. #4

    Default

    just do some research on the forum use keyword

  5. #5

    Default

    I could not find what I was looking for. Any suggestion to get a list of the perms by role ?

Tags for this Thread

Posting Permissions

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