Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.usermanager.UserManager

Packages that use UserManager
org.nuxeo.ecm.automation.features   
org.nuxeo.ecm.platform.api.ws.session   
org.nuxeo.ecm.platform.api.ws.session.impl   
org.nuxeo.ecm.platform.computedgroups   
org.nuxeo.ecm.platform.ec.notification.service   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.platform.ws.session   
org.nuxeo.ecm.webapp.delegate   
org.nuxeo.webengine.sites.utils   
 

Uses of UserManager in org.nuxeo.ecm.automation.features
 

Methods in org.nuxeo.ecm.automation.features that return UserManager
 UserManager PlatformFunctions.getUserManager()
           
 

Constructors in org.nuxeo.ecm.automation.features with parameters of type UserManager
PrincipalHelper(UserManager userManager, PermissionProvider permissionProvider)
           
 

Uses of UserManager in org.nuxeo.ecm.platform.api.ws.session
 

Methods in org.nuxeo.ecm.platform.api.ws.session that return UserManager
 UserManager WSRemotingSession.getUserManager()
          Returns the user manager bound to the session.
 

Methods in org.nuxeo.ecm.platform.api.ws.session with parameters of type UserManager
 WSRemotingSession WSRemotingSessionManager.createSession(String username, String password, String repository, UserManager um, CoreSession session)
          Creates a new remoting session.
 

Uses of UserManager in org.nuxeo.ecm.platform.api.ws.session.impl
 

Methods in org.nuxeo.ecm.platform.api.ws.session.impl that return UserManager
 UserManager WSRemotingSessionImpl.getUserManager()
           
 

Constructors in org.nuxeo.ecm.platform.api.ws.session.impl with parameters of type UserManager
WSRemotingSessionImpl(CoreSession session, UserManager um, String repository, String username, String password)
           
 

Uses of UserManager in org.nuxeo.ecm.platform.computedgroups
 

Classes in org.nuxeo.ecm.platform.computedgroups that implement UserManager
 class UserManagerWithComputedGroups
          UserManager implementation that is aware of ComputedGroup.
 

Uses of UserManager in org.nuxeo.ecm.platform.ec.notification.service
 

Methods in org.nuxeo.ecm.platform.ec.notification.service that return UserManager
static UserManager NotificationServiceHelper.getUsersService()
           
 

Uses of UserManager in org.nuxeo.ecm.platform.usermanager
 

Classes in org.nuxeo.ecm.platform.usermanager that implement UserManager
 class FakeUserManagerImpl
           
 class UserManagerImpl
          Standard implementation of the Nuxeo UserManager.
 

Methods in org.nuxeo.ecm.platform.usermanager that return UserManager
 UserManager UserService.getUserManager()
           
 

Methods in org.nuxeo.ecm.platform.usermanager with parameters of type UserManager
 String UserMultiTenantManagement.groupnameTranformer(UserManager um, String groupname, DocumentModel context)
          Transform the GroupName to add to tenant characteristic.
 String DefaultUserMultiTenantManagement.groupnameTranformer(UserManager um, String groupname, DocumentModel context)
           
 DocumentModel UserMultiTenantManagement.groupTransformer(UserManager um, DocumentModel group, DocumentModel context)
          Transform the Group DocumentModel store it into the tenant described by the context
 DocumentModel DefaultUserMultiTenantManagement.groupTransformer(UserManager um, DocumentModel group, DocumentModel context)
           
 void UserMultiTenantManagement.queryTransformer(UserManager um, Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
          Transform filter and fulltext to fetch Groups for the given context and the query specified with the given filter and fulltext.
 void DefaultUserMultiTenantManagement.queryTransformer(UserManager um, Map<String,Serializable> filter, Set<String> fulltext, DocumentModel context)
           
 

Uses of UserManager in org.nuxeo.ecm.platform.ws.session
 

Methods in org.nuxeo.ecm.platform.ws.session with parameters of type UserManager
 WSRemotingSession WSRemotingSessionManagerImpl.createSession(String username, String password, String repository, UserManager um, CoreSession session)
           
 

Uses of UserManager in org.nuxeo.ecm.webapp.delegate
 

Methods in org.nuxeo.ecm.webapp.delegate that return UserManager
 UserManager UserManagerBusinessDelegate.getUserManager()
          Acquires a new UserManager reference.
 

Uses of UserManager in org.nuxeo.webengine.sites.utils
 

Methods in org.nuxeo.webengine.sites.utils that return UserManager
static UserManager SiteUtils.getUserManager()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.