| Package | Description |
|---|---|
| org.nuxeo.ecm.core.api.security |
The core interfaces for managing security (access rights) in Nuxeo Core.
|
| org.nuxeo.ecm.core.api.security.impl |
Implementation of the access control interfaces.
|
| org.nuxeo.ecm.webapp.security |
| Modifier and Type | Method and Description |
|---|---|
void |
ACP.setRules(String aclName,
UserEntry[] userEntries)
Replaces the modifiable user entries (associated with the currentDocument) related to the ACP.
|
void |
ACP.setRules(String aclName,
UserEntry[] userEntries,
boolean overwrite)
Replaces the modifiable user entries (associated with the currentDocument) related to the ACP.
|
void |
ACP.setRules(UserEntry[] userEntries)
Replaces the modifiable user entries (associated with the currentDocument) related to the current ACP.
|
void |
ACP.setRules(UserEntry[] userEntries,
boolean overwrite)
Replaces the modifiable user entries (associated with the currentDocument) related to the current ACP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserEntryImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ACPImpl.setRules(String aclName,
UserEntry[] userEntries) |
void |
ACPImpl.setRules(String aclName,
UserEntry[] userEntries,
boolean overwrite) |
void |
ACPImpl.setRules(UserEntry[] userEntries) |
void |
ACPImpl.setRules(UserEntry[] userEntries,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
static List<UserEntry> |
SecurityDataConverter.convertToUserEntries(SecurityData securityData)
Reverts back the data contained in SecurityData to a list of user entries.
|
Copyright © 2019 Nuxeo. All rights reserved.