Uses of Interface
org.nuxeo.ecm.platform.usermanager.UserManager
Packages that use UserManager
Package
Description
Provides implementation for the api package.
-
Uses of UserManager in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that return UserManager -
Uses of UserManager in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as UserManager -
Uses of UserManager in org.nuxeo.ecm.automation.core.operations.users
Fields in org.nuxeo.ecm.automation.core.operations.users declared as UserManagerModifier and TypeFieldDescriptionprotected UserManager
GetDocumentPrincipalEmails.umgr
protected UserManager
GetDocumentUsersAndGroups.umgr
protected UserManager
GetNuxeoPrincipal.umgr
protected UserManager
CreateOrUpdateGroup.userManager
protected UserManager
CreateOrUpdateUser.userManager
protected UserManager
QueryUsers.userManager
protected UserManager
SuggestUserEntries.userManager
-
Uses of UserManager in org.nuxeo.ecm.automation.features
Fields in org.nuxeo.ecm.automation.features declared as UserManagerMethods in org.nuxeo.ecm.automation.features that return UserManagerConstructors in org.nuxeo.ecm.automation.features with parameters of type UserManagerModifierConstructorDescriptionPrincipalHelper
(UserManager userManager, PermissionProvider permissionProvider) -
Uses of UserManager in org.nuxeo.ecm.multi.tenant
Classes in org.nuxeo.ecm.multi.tenant that implement UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.computedgroups
Classes in org.nuxeo.ecm.platform.computedgroups that implement UserManagerModifier and TypeClassDescriptionclass
UserManager
implementation that is aware ofComputedGroup
.Methods in org.nuxeo.ecm.platform.computedgroups that return UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.ec.notification
Methods in org.nuxeo.ecm.platform.ec.notification that return UserManagerModifier and TypeMethodDescriptionprotected UserManager
NotificationEventListener.getUserManager()
-
Uses of UserManager in org.nuxeo.ecm.platform.ec.notification.service
Methods in org.nuxeo.ecm.platform.ec.notification.service that return UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.routing.core.api.operation
Fields in org.nuxeo.ecm.platform.routing.core.api.operation declared as UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return UserManagerModifier and TypeMethodDescriptionprotected UserManager
DocumentRoutingTreePersister.getUserManager()
-
Uses of UserManager in org.nuxeo.ecm.platform.routing.core.io
Fields in org.nuxeo.ecm.platform.routing.core.io declared as UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.shibboleth
Methods in org.nuxeo.ecm.platform.shibboleth that return UserManagerModifier and TypeMethodDescriptionprotected static UserManager
ShibbolethGroupHelper.getUserManager()
-
Uses of UserManager in org.nuxeo.ecm.platform.signature.core.operations
Fields in org.nuxeo.ecm.platform.signature.core.operations declared as UserManagerModifier and TypeFieldDescriptionprotected UserManager
SignPDF.userManager
protected UserManager
SignPDFDocument.userManager
-
Uses of UserManager in org.nuxeo.ecm.platform.ui.web.keycloak
Fields in org.nuxeo.ecm.platform.ui.web.keycloak declared as UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.usermanager
Classes in org.nuxeo.ecm.platform.usermanager that implement UserManagerModifier and TypeClassDescriptionclass
class
Standard implementation of the Nuxeo UserManager.Methods in org.nuxeo.ecm.platform.usermanager that return UserManagerModifier and TypeMethodDescriptionUserManagerResolver.getUserManager()
UserService.getUserManager()
Methods in org.nuxeo.ecm.platform.usermanager with parameters of type UserManagerModifier and TypeMethodDescriptionDefaultUserMultiTenantManagement.groupnameTranformer
(UserManager um, String groupname, DocumentModel context) UserMultiTenantManagement.groupnameTranformer
(UserManager um, String groupname, DocumentModel context) Transform the GroupName to add to tenant characteristic.DefaultUserMultiTenantManagement.groupQueryTransformer
(UserManager um, QueryBuilder queryBuilder, DocumentModel context) UserMultiTenantManagement.groupQueryTransformer
(UserManager um, QueryBuilder queryBuilder, DocumentModel context) Transforms the query builder to add tenant-related information.DefaultUserMultiTenantManagement.groupTransformer
(UserManager um, DocumentModel group, DocumentModel context) UserMultiTenantManagement.groupTransformer
(UserManager um, DocumentModel group, DocumentModel context) Transform the Group DocumentModel store it into the tenant described by the contextvoid
DefaultUserMultiTenantManagement.queryTransformer
(UserManager um, Map<String, Serializable> filter, Set<String> fulltext, 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.Constructors in org.nuxeo.ecm.platform.usermanager with parameters of type UserManager -
Uses of UserManager in org.nuxeo.ecm.platform.usermanager.providers
Fields in org.nuxeo.ecm.platform.usermanager.providers declared as UserManagerModifier and TypeFieldDescriptionprotected UserManager
AbstractGroupMemberPageProvider.userManager
Methods in org.nuxeo.ecm.platform.usermanager.providers that return UserManagerModifier and TypeMethodDescriptionprotected UserManager
AbstractGroupMemberPageProvider.getUserManager()
Methods in org.nuxeo.ecm.platform.usermanager.providers with parameters of type UserManagerModifier and TypeMethodDescriptionprotected List<DocumentModel>
AbstractUsersPageProvider.searchAllUsers
(UserManager userManager) protected List<DocumentModel>
AbstractUsersPageProvider.searchUsers
(UserManager userManager) protected List<DocumentModel>
AbstractUsersPageProvider.searchUsersFromCatalog
(UserManager userManager) protected void
AbstractUsersPageProvider.updateUserCatalog
(UserManager userManager) -
Uses of UserManager in org.nuxeo.ecm.restapi.server.jaxrs.usermanager
Fields in org.nuxeo.ecm.restapi.server.jaxrs.usermanager declared as UserManagerModifier and TypeFieldDescriptionprotected UserManager
AbstractUMObject.um
protected UserManager
AbstractUMRootObject.um
Methods in org.nuxeo.ecm.restapi.server.jaxrs.usermanager with parameters of type UserManagerModifier and TypeMethodDescriptionGroupRootObject.computeAllGroups
(UserManager um, NuxeoGroup group) -
Uses of UserManager in org.nuxeo.ecm.restapi.test
Methods in org.nuxeo.ecm.restapi.test with parameters of type UserManagerModifier and TypeMethodDescriptionprotected void
RestServerInit.createUser
(UserManager um, String userId, String firstName, String lastName) -
Uses of UserManager in org.nuxeo.scim.server.jaxrs.usermanager
Fields in org.nuxeo.scim.server.jaxrs.usermanager declared as UserManager -
Uses of UserManager in org.nuxeo.scim.server.mapper
Fields in org.nuxeo.scim.server.mapper declared as UserManager -
Uses of UserManager in org.nuxeo.scim.v2.rest.usermanager
Fields in org.nuxeo.scim.v2.rest.usermanager declared as UserManager -
Uses of UserManager in org.nuxeo.usermapper.extension
Methods in org.nuxeo.usermapper.extension that return UserManager