Uses of Interface
org.nuxeo.ecm.core.api.security.UserEntry
-
Packages that use UserEntry 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. -
-
Uses of UserEntry in org.nuxeo.ecm.core.api.security
Methods in org.nuxeo.ecm.core.api.security with parameters of type UserEntry Modifier and Type Method 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. -
Uses of UserEntry in org.nuxeo.ecm.core.api.security.impl
Classes in org.nuxeo.ecm.core.api.security.impl that implement UserEntry Modifier and Type Class Description class
UserEntryImpl
Methods in org.nuxeo.ecm.core.api.security.impl with parameters of type UserEntry Modifier and Type Method 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)
-