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 UserManagerGetDocumentPrincipalEmails.umgrprotected UserManagerGetDocumentUsersAndGroups.umgrprotected UserManagerGetNuxeoPrincipal.umgrprotected UserManagerCreateOrUpdateGroup.userManagerprotected UserManagerCreateOrUpdateUser.userManagerprotected UserManagerQueryUsers.userManagerprotected UserManagerSuggestUserEntries.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 TypeClassDescriptionclassUserManagerimplementation 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 UserManagerNotificationEventListener.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 UserManagerDocumentRoutingTreePersister.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 UserManagerShibbolethGroupHelper.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 UserManagerSignPDF.userManagerprotected UserManagerSignPDFDocument.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 TypeClassDescriptionclassclassStandard 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 contextvoidDefaultUserMultiTenantManagement.queryTransformer(UserManager um, Map<String, Serializable> filter, Set<String> fulltext, DocumentModel context) voidUserMultiTenantManagement.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 UserManagerAbstractGroupMemberPageProvider.userManagerMethods in org.nuxeo.ecm.platform.usermanager.providers that return UserManagerModifier and TypeMethodDescriptionprotected UserManagerAbstractGroupMemberPageProvider.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 voidAbstractUsersPageProvider.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 UserManagerAbstractUMObject.umprotected UserManagerAbstractUMRootObject.umMethods in org.nuxeo.ecm.restapi.server.jaxrs.usermanager with parameters of type UserManagerModifier and TypeMethodDescriptionprotected voidGroupRootObject.checkGroupDoesNotAlreadyExists(NuxeoGroup group, UserManager um) GroupRootObject.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 voidRestServerInit.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