Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.security.UserEntry

Packages that use UserEntry
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   
 

Uses of UserEntry in org.nuxeo.ecm.core.api.security
 

Methods in org.nuxeo.ecm.core.api.security with parameters of type UserEntry
 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
 class UserEntryImpl
           
 

Methods in org.nuxeo.ecm.core.api.security.impl with parameters of type UserEntry
 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)
           
 

Uses of UserEntry in org.nuxeo.ecm.webapp.security
 

Methods in org.nuxeo.ecm.webapp.security that return types with arguments of type UserEntry
static List<UserEntry> SecurityDataConverter.convertToUserEntries(SecurityData securityData)
          Reverts back the data contained in SecurityData to a list of user entries.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.