Results 1 to 2 of 2

Thread: ACL

  1. #1
    Join Date
    Dec 2004
    Posts
    1

    Default ACL

    I'm using the the instance based ACL security of Acegi (0.7 snapshot from cvs). This is truly impressive piece of work (easily beats every home grown equivalents we've done . Ben, would it be feasible to add support to filter arrays too in BasicAclEntryAfterInvocationCollectionFilteringPro vider? Many of our service layer methods always returns type safe arrays instead of collections (this will change when we move on to Java 5).

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Sure, and indeed you could probably refactor the core code into an abstract parent shared by the Collection and Array-based filtering providers. I'd be more than happy to add this as a contribution. Arrays are actually a bit easier, as you don't have to preserve the underlaying Collection concrete object.

Posting Permissions

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