Package | Description |
---|---|
org.alfresco.repo.domain.permissions | |
org.alfresco.repo.security.permissions |
Modifier and Type | Method and Description |
---|---|
List<AclChange> |
AclDAOImpl.deleteAccessControlEntries(Long id,
AccessControlEntry pattern)
Delete some locally set ACLs according to the pattern
|
List<AclChange> |
AclDAO.deleteAccessControlEntries(Long id,
AccessControlEntry pattern)
Delete some locally set ACLs according to the pattern
|
List<AclChange> |
AclDAOImpl.setAccessControlEntry(Long id,
AccessControlEntry ace)
Add an access control entry
|
List<AclChange> |
AclDAO.setAccessControlEntry(Long id,
AccessControlEntry ace)
Add an access control entry
|
Modifier and Type | Method and Description |
---|---|
Acl |
AclDAOImpl.createAccessControlList(AccessControlListProperties properties,
List<AccessControlEntry> aces,
Long inherited) |
Acl |
AclDAO.createAccessControlList(AccessControlListProperties properties,
List<AccessControlEntry> aces,
Long inherited) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleAccessControlEntry
A basic access control entry
|
Modifier and Type | Method and Description |
---|---|
List<AccessControlEntry> |
AccessControlList.getEntries()
Get the members of the ACL in order
Ordered by:
position,
then deny followed by allow,
then by authority type
then ....
|
List<AccessControlEntry> |
SimpleAccessControlList.getEntries() |
Modifier and Type | Method and Description |
---|---|
int |
SimpleAccessControlEntry.compareTo(AccessControlEntry other) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleAccessControlList.setEntries(List<AccessControlEntry> entries) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.