public interface CMISAccessControlReport
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAccessControlEntries()
Get the list of ACEs.
|
java.util.List |
getAccessControlEntriesGroupedByPrincipalId()
Get ACEs grouped by principal id
|
boolean |
isExact()
Is this report exact?
If
false then there are other other security constraints that apply. |
java.util.List 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.java.util.List getAccessControlEntriesGroupedByPrincipalId()
throws CMISConstraintException
CMISConstraintExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.