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 UserManager
MailBox. 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 UserManager
UserInvite. 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 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 UserManager Modifier and Type Field Description protected UserManager
PrincipalHelper. userManager
Methods in org.nuxeo.ecm.automation.features that return UserManager Modifier and Type Method Description UserManager
PlatformFunctions. 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 class
MultiTenantUserManager
-
Uses of UserManager in org.nuxeo.ecm.platform.computedgroups
Classes in org.nuxeo.ecm.platform.computedgroups that implement UserManager Modifier and Type Class Description class
UserManagerWithComputedGroups
UserManager
implementation that is aware ofComputedGroup
.Methods in org.nuxeo.ecm.platform.computedgroups that return UserManager Modifier and Type Method Description protected UserManager
AbstractGroupComputer. 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 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 Modifier and Type Method Description static UserManager
NotificationServiceHelper. 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 UserManager
GetOpenTasksOperation. 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 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 Modifier and Type Field Description protected UserManager
TaskWriter. 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 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 UserManager Modifier and Type Field Description protected 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 Modifier and Type Field Description protected UserManager
KeycloakUserMapper. 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 class
FakeUserManagerImpl
class
UserManagerImpl
Standard implementation of the Nuxeo UserManager.Methods in org.nuxeo.ecm.platform.usermanager that return UserManager Modifier and Type Method Description UserManager
UserManagerResolver. getUserManager()
UserManager
UserService. getUserManager()
Methods in org.nuxeo.ecm.platform.usermanager with parameters of type UserManager Modifier and Type Method Description String
DefaultUserMultiTenantManagement. groupnameTranformer(UserManager um, String groupname, DocumentModel context)
String
UserMultiTenantManagement. groupnameTranformer(UserManager um, String groupname, DocumentModel context)
Transform the GroupName to add to tenant characteristic.QueryBuilder
DefaultUserMultiTenantManagement. groupQueryTransformer(UserManager um, QueryBuilder queryBuilder, DocumentModel context)
QueryBuilder
UserMultiTenantManagement. groupQueryTransformer(UserManager um, QueryBuilder queryBuilder, DocumentModel context)
Transforms the query builder to add tenant-related information.DocumentModel
DefaultUserMultiTenantManagement. groupTransformer(UserManager um, DocumentModel group, DocumentModel context)
DocumentModel
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 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 UserManager
AbstractGroupMemberPageProvider. userManager
Methods in org.nuxeo.ecm.platform.usermanager.providers that return UserManager Modifier and Type Method Description protected UserManager
AbstractGroupMemberPageProvider. 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 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 UserManager Modifier and Type Field Description protected UserManager
AbstractUMObject. um
protected UserManager
AbstractUMRootObject. um
Methods 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 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 Modifier and Type Field Description protected UserManager
BaseUMObject. 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 UserManager
AbstractMapper. um
-
Uses of UserManager in org.nuxeo.usermapper.extension
Methods in org.nuxeo.usermapper.extension that return UserManager Modifier and Type Method Description UserManager
AbstractUserMapper. getUserManager()
-