Nuxeo Enterprise Platform 5.4

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

Packages that use UserManager
org.nuxeo.ecm.automation.core.scripting   
org.nuxeo.ecm.automation.core.util   
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.ejb.ws.session   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.platform.usermanager.ejb   
org.nuxeo.ecm.platform.ws.session   
org.nuxeo.ecm.webapp.delegate   
org.nuxeo.webengine.sites.utils   
 

Uses of UserManager in org.nuxeo.ecm.automation.core.scripting
 

Methods in org.nuxeo.ecm.automation.core.scripting that return UserManager
 UserManager Functions.getUserManager()
           
 

Uses of UserManager in org.nuxeo.ecm.automation.core.util
 

Constructors in org.nuxeo.ecm.automation.core.util 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(java.lang.String username, java.lang.String password, java.lang.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, java.lang.String repository, java.lang.String username, java.lang.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.ejb.ws.session
 

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

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

Classes in org.nuxeo.ecm.platform.usermanager that implement UserManager
 class FakeUserManagerImpl
           
 class UserManagerImpl
           
 

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

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

Subinterfaces of UserManager in org.nuxeo.ecm.platform.usermanager.ejb
 interface UserManagerLocal
           
 

Classes in org.nuxeo.ecm.platform.usermanager.ejb that implement UserManager
 class UserManagerBean
           
 

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(java.lang.String username, java.lang.String password, java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.