Uses of Interface
com.atlassian.crowd.embedded.api.CrowdService

Packages that use CrowdService
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.embedded.core.util   
com.atlassian.crowd.embedded.propertyset   
 

Uses of CrowdService in com.atlassian.crowd.embedded.api
 

Subinterfaces of CrowdService in com.atlassian.crowd.embedded.api
 interface UnfilteredCrowdService
          Provides 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 CrowdService
 class CrowdServiceImpl
          Default implementation of the CrowdService
 class FilteredCrowdServiceImpl
          A layer on top of CrowdService which performs group filtering.
 

Constructors in com.atlassian.crowd.embedded.core with parameters of type CrowdService
FilteredCrowdServiceImpl(CrowdService crowdService, FilteredGroupsProvider groupProvider)
           
 

Uses of CrowdService in com.atlassian.crowd.embedded.core.util
 

Methods in com.atlassian.crowd.embedded.core.util that return CrowdService
static CrowdService StaticCrowdServiceFactory.getCrowdService()
           
 

Constructors in com.atlassian.crowd.embedded.core.util with parameters of type CrowdService
StaticCrowdServiceFactory(CrowdService crowdService)
           
 

Uses of CrowdService in com.atlassian.crowd.embedded.propertyset
 

Constructors in com.atlassian.crowd.embedded.propertyset with parameters of type CrowdService
EmbeddedCrowdPropertySet(UserWithAttributes user, CrowdService crowdService)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.