public interface AclDao extends BambooObjectDao
| Modifier and Type | Method and Description |
|---|---|
List<org.acegisecurity.acls.AccessControlEntry> |
findAcesForSid(org.acegisecurity.acls.sid.Sid sid)
For a given
Sid find the AccessControlEntrys which applies to the Sid |
org.acegisecurity.acls.MutableAcl |
findAcl(long objectId)
Find acl for given domain object id
|
List<org.acegisecurity.acls.objectidentity.ObjectIdentity> |
findAclObjectWithParent(org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity)
Find a list of Acls whose parent is the given object identity
|
Map<org.acegisecurity.acls.objectidentity.ObjectIdentity,org.acegisecurity.acls.MutableAcl> |
findAcls(org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity)
|
List<org.acegisecurity.acls.OwnershipAcl> |
findAclsOwnedBySid(org.acegisecurity.acls.sid.Sid sid)
For a given
Sid find the Acls which is owned by Sid |
void |
remove(org.acegisecurity.acls.Acl acl) |
void |
save(org.acegisecurity.acls.Acl acl) |
findByIdList<org.acegisecurity.acls.objectidentity.ObjectIdentity> findAclObjectWithParent(org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity)
objectIdentity - List of ObjectIdentitysMap<org.acegisecurity.acls.objectidentity.ObjectIdentity,org.acegisecurity.acls.MutableAcl> findAcls(org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity)
objectIdentity - Map of ObjectIdentity to Aclvoid save(org.acegisecurity.acls.Acl acl)
void remove(org.acegisecurity.acls.Acl acl)
List<org.acegisecurity.acls.AccessControlEntry> findAcesForSid(org.acegisecurity.acls.sid.Sid sid)
Sid find the AccessControlEntrys which applies to the Sidsid - List<org.acegisecurity.acls.OwnershipAcl> findAclsOwnedBySid(org.acegisecurity.acls.sid.Sid sid)
Sid find the Acls which is owned by Sidsid - org.acegisecurity.acls.MutableAcl findAcl(long objectId)
objectId - Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.