Results 1 to 4 of 4

Thread: How do I acheive readAclBySid(List<Sid> sids) ?

  1. #1
    Join Date
    Feb 2011
    Location
    CA
    Posts
    8

    Lightbulb How do I acheive readAclBySid(List<Sid> sids) ?

    Is there a way to read ACL Sid.

    I have a requirement, where I need to get ACL for my logged in user.
    I don't know Oid for these users. is there a straight way to

    readAclBySid(List<Sid> sids) ?

  2. #2

    Default

    Did you solve your issue?

  3. #3
    Join Date
    Feb 2011
    Location
    CA
    Posts
    8

    Default

    No direct way

    Map<ObjectIdentity, Acl> m = readAclsById(List<ObjectIdentity> oid, List<Sid> sids)
    then iterate the list and pick oids for my list.

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

    Default

    You could extend the interface and add the method
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

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
  •