|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Acl
Access Control List (ACL).
Method Summary | |
---|---|
List<Ace> |
getAces()
Returns the list of ACEs. |
Boolean |
isExact()
Indicates if this ACL expresses all permissions. |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Method Detail |
---|
List<Ace> getAces()
Boolean isExact()
true
then the ACL expresses the exact permission
set, if false
then there are other permission rules
that cannot be expressed through ACEs, if null
then
it this in unknown (the repository did not provide this
information)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |