public interface CMISAccessControlReport
| Modifier and Type | Method and Description |
|---|---|
List<? extends CMISAccessControlEntry> |
getAccessControlEntries()
Get the list of ACEs.
|
List<? extends CMISAccessControlEntriesGroupedByPrincipalId> |
getAccessControlEntriesGroupedByPrincipalId()
Get ACEs grouped by principal id
|
boolean |
isExact()
Is this report exact?
If
false then there are other other security constraints that apply. |
List<? extends CMISAccessControlEntry> getAccessControlEntries()
boolean isExact()
false then there are other other security constraints that apply.
This will always be false as we have global permission and deny entries that are not reported.
We do not explicitly check these cases - and return false - as we have global permission defined by default.true means the report fully describes security access, false means other
security constraints may apply but are not reported.List<? extends CMISAccessControlEntriesGroupedByPrincipalId> getAccessControlEntriesGroupedByPrincipalId() throws CMISConstraintException
CMISConstraintExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.