|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CMISAccessControlReport
An Access control report. This is an ACL.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
CMISConstraintException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |