Does exist any way to read the acl by sid, instead of:
I want to read the acl wy user, with something like this: readAclBySid(id)Code:ObjectIdentity oid = new ObjectIdentityImpl(object, id); List<AccessControlEntry> listAce = mutableAclService.readAclById(oid) .getEntries();
Is it possible?


Reply With Quote