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 voidACP. setRules(String aclName, UserEntry[] userEntries)Replaces the modifiable user entries (associated with the currentDocument) related to the ACP.voidACP. setRules(String aclName, UserEntry[] userEntries, boolean overwrite)Replaces the modifiable user entries (associated with the currentDocument) related to the ACP.voidACP. setRules(UserEntry[] userEntries)Replaces the modifiable user entries (associated with the currentDocument) related to the current ACP.voidACP. 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 classUserEntryImplMethods in org.nuxeo.ecm.core.api.security.impl with parameters of type UserEntry Modifier and Type Method Description voidACPImpl. setRules(String aclName, UserEntry[] userEntries)voidACPImpl. setRules(String aclName, UserEntry[] userEntries, boolean overwrite)voidACPImpl. setRules(UserEntry[] userEntries)voidACPImpl. setRules(UserEntry[] userEntries, boolean overwrite)
-