| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableAce
Mutable Access Control Entry (ACE).
|
| Modifier and Type | Method and Description |
|---|---|
List<Ace> |
Acl.getAces()
Returns the list of Access Control Entries (ACEs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAcl.setAces(List<Ace> aces)
Sets the list of ACEs.
|
| Modifier and Type | Method and Description |
|---|---|
Ace |
BindingsObjectFactory.createAccessControlEntry(String principal,
List<String> permissions) |
| Modifier and Type | Method and Description |
|---|---|
Acl |
BindingsObjectFactory.createAccessControlList(List<Ace> aces) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.