Uses of Interface
org.nuxeo.ecm.platform.usermanager.UserManager
-
-
Uses of UserManager in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that return UserManager Modifier and Type Method Description UserManagerMailBox. getUmgr() -
Uses of UserManager in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as UserManager Modifier and Type Field Description protected UserManagerUserInvite. userManager -
Uses of UserManager in org.nuxeo.ecm.automation.core.operations.users
Fields in org.nuxeo.ecm.automation.core.operations.users declared as UserManager Modifier and Type Field Description protected 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 UserManager Modifier and Type Field Description protected UserManagerPrincipalHelper. userManagerMethods in org.nuxeo.ecm.automation.features that return UserManager Modifier and Type Method Description UserManagerPlatformFunctions. getUserManager()Constructors in org.nuxeo.ecm.automation.features with parameters of type UserManager Constructor Description PrincipalHelper(UserManager userManager, PermissionProvider permissionProvider) -
Uses of UserManager in org.nuxeo.ecm.multi.tenant
Classes in org.nuxeo.ecm.multi.tenant that implement UserManager Modifier and Type Class Description classMultiTenantUserManager -
Uses of UserManager in org.nuxeo.ecm.platform.computedgroups
Classes in org.nuxeo.ecm.platform.computedgroups that implement UserManager Modifier and Type Class Description classUserManagerWithComputedGroupsUserManagerimplementation that is aware ofComputedGroup.Methods in org.nuxeo.ecm.platform.computedgroups that return UserManager Modifier and Type Method Description protected UserManagerAbstractGroupComputer. getUM() -
Uses of UserManager in org.nuxeo.ecm.platform.ec.notification
Methods in org.nuxeo.ecm.platform.ec.notification that return UserManager Modifier and Type Method Description protected 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 Modifier and Type Method Description static UserManagerNotificationServiceHelper. getUsersService() -
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 Modifier and Type Field Description protected UserManagerGetOpenTasksOperation. userManager -
Uses of UserManager in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return UserManager Modifier and Type Method Description protected 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 Modifier and Type Field Description protected UserManagerTaskWriter. userManager -
Uses of UserManager in org.nuxeo.ecm.platform.shibboleth
Methods in org.nuxeo.ecm.platform.shibboleth that return UserManager Modifier and Type Method Description protected 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 UserManager Modifier and Type Field Description protected 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 Modifier and Type Field Description protected UserManagerKeycloakUserMapper. userManager -
Uses of UserManager in org.nuxeo.ecm.platform.usermanager
Classes in org.nuxeo.ecm.platform.usermanager that implement UserManager Modifier and Type Class Description classFakeUserManagerImplclassUserManagerImplStandard implementation of the Nuxeo UserManager.Methods in org.nuxeo.ecm.platform.usermanager that return UserManager Modifier and Type Method Description UserManagerUserManagerResolver. getUserManager()UserManagerUserService. getUserManager()Methods in org.nuxeo.ecm.platform.usermanager with parameters of type UserManager Modifier and Type Method Description StringDefaultUserMultiTenantManagement. groupnameTranformer(UserManager um, String groupname, DocumentModel context)StringUserMultiTenantManagement. groupnameTranformer(UserManager um, String groupname, DocumentModel context)Transform the GroupName to add to tenant characteristic.QueryBuilderDefaultUserMultiTenantManagement. groupQueryTransformer(UserManager um, QueryBuilder queryBuilder, DocumentModel context)QueryBuilderUserMultiTenantManagement. groupQueryTransformer(UserManager um, QueryBuilder queryBuilder, DocumentModel context)Transforms the query builder to add tenant-related information.DocumentModelDefaultUserMultiTenantManagement. groupTransformer(UserManager um, DocumentModel group, DocumentModel context)DocumentModelUserMultiTenantManagement. 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 Constructor Description UserAdapterImpl(DocumentModel doc, UserManager userManager) -
Uses of UserManager in org.nuxeo.ecm.platform.usermanager.providers
Fields in org.nuxeo.ecm.platform.usermanager.providers declared as UserManager Modifier and Type Field Description protected UserManagerAbstractGroupMemberPageProvider. userManagerMethods in org.nuxeo.ecm.platform.usermanager.providers that return UserManager Modifier and Type Method Description protected UserManagerAbstractGroupMemberPageProvider. getUserManager()Methods in org.nuxeo.ecm.platform.usermanager.providers with parameters of type UserManager Modifier and Type Method Description protected 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 UserManager Modifier and Type Field Description protected UserManagerAbstractUMObject. umprotected UserManagerAbstractUMRootObject. umMethods in org.nuxeo.ecm.restapi.server.jaxrs.usermanager with parameters of type UserManager Modifier and Type Method Description protected static Set<String>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 UserManager Modifier and Type Method Description protected 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 Modifier and Type Field Description protected UserManagerBaseUMObject. um -
Uses of UserManager in org.nuxeo.scim.server.mapper
Fields in org.nuxeo.scim.server.mapper declared as UserManager Modifier and Type Field Description protected UserManagerAbstractMapper. um -
Uses of UserManager in org.nuxeo.usermapper.extension
Methods in org.nuxeo.usermapper.extension that return UserManager Modifier and Type Method Description UserManagerAbstractUserMapper. getUserManager()
-