Uses of Interface
com.atlassian.crowd.embedded.api.CrowdService
Packages that use CrowdService
Package
Description
-
Uses of CrowdService in com.atlassian.crowd.embedded.api
Subinterfaces of CrowdService in com.atlassian.crowd.embedded.apiModifier and TypeInterfaceDescriptioninterfaceProvides the interface for performing unfiltered User and Group operations in Crowd. -
Uses of CrowdService in com.atlassian.crowd.embedded.core
Classes in com.atlassian.crowd.embedded.core that implement CrowdServiceModifier and TypeClassDescriptionclassDefault implementation of the CrowdService -
Uses of CrowdService in com.atlassian.crowd.embedded.core.util
Methods in com.atlassian.crowd.embedded.core.util that return CrowdServiceModifier and TypeMethodDescriptionstatic CrowdServiceStaticCrowdServiceFactory.getCrowdService()Constructors in com.atlassian.crowd.embedded.core.util with parameters of type CrowdService -
Uses of CrowdService in com.atlassian.crowd.embedded.propertyset
Constructors in com.atlassian.crowd.embedded.propertyset with parameters of type CrowdServiceModifierConstructorDescriptionEmbeddedCrowdPropertySet(UserWithAttributes user, CrowdService crowdService) -
Uses of CrowdService in com.atlassian.crowd.integration.seraph
Constructor parameters in com.atlassian.crowd.integration.seraph with type arguments of type CrowdServiceModifierConstructorDescriptionCrowdAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator, Supplier<CrowdService> crowdServiceSupplier) -
Uses of CrowdService in com.atlassian.crowd.plugin.rest.service.controller
Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type CrowdServiceModifierConstructorDescriptionAuditController(AuditService auditService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.user.UserManager userManager, CrowdService crowdService, AuditEntityTranslator entityTranslator, com.atlassian.crowd.plugin.rest.service.controller.AuditQueryTranslator queryTranslator) CrowdUserHelper(CrowdService crowdService, com.atlassian.sal.api.user.UserManager userManager) -
Uses of CrowdService in com.atlassian.sal.crowd.user
Constructors in com.atlassian.sal.crowd.user with parameters of type CrowdServiceModifierConstructorDescriptionDefaultUserManager(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserService userService, CrowdService crowdService) DefaultUserManager(TransactionHelper transactionHelper, UserService userService, CrowdService crowdService, com.atlassian.sal.api.web.context.HttpContext httpContext)