Uses of Interface
com.atlassian.crowd.manager.application.ApplicationService

Packages that use ApplicationService
com.atlassian.crowd.acceptance.tests.persistence.manager.application   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.principal   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.plugin.descriptors   
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.service   
com.atlassian.crowd.service.soap.server   
 

Uses of ApplicationService in com.atlassian.crowd.acceptance.tests.persistence.manager.application
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.application with parameters of type ApplicationService
 void ApplicationServiceIntegrationTest.setApplicationService(ApplicationService applicationService)
           
 

Uses of ApplicationService in com.atlassian.crowd.console.action
 

Fields in com.atlassian.crowd.console.action declared as ApplicationService
protected  ApplicationService BaseAction.applicationService
           
 

Methods in com.atlassian.crowd.console.action with parameters of type ApplicationService
 void BaseAction.setApplicationService(ApplicationService applicationService)
           
 

Constructors in com.atlassian.crowd.console.action with parameters of type ApplicationService
UserSearcherImpl(DirectoryManager directoryManager, ApplicationService applicationService, ApplicationManager applicationManager)
           
 

Uses of ApplicationService in com.atlassian.crowd.console.action.principal
 

Fields in com.atlassian.crowd.console.action.principal declared as ApplicationService
protected  ApplicationService ViewPrincipal.applicationService
           
 

Methods in com.atlassian.crowd.console.action.principal with parameters of type ApplicationService
 void ViewPrincipal.setApplicationService(ApplicationService applicationService)
           
 

Uses of ApplicationService in com.atlassian.crowd.embedded.core
 

Constructors in com.atlassian.crowd.embedded.core with parameters of type ApplicationService
CrowdAdminServiceImpl(ApplicationFactory applicationFactory, ApplicationService applicationService, DirectoryInstanceLoader directoryInstanceLoader, DirectoryManager directoryManager, ApplicationManager applicationManager)
           
CrowdServiceImpl(ApplicationFactory applicationFactory, ApplicationService applicationService, DirectoryInstanceLoader directoryInstanceLoader)
           
 

Uses of ApplicationService in com.atlassian.crowd.manager.application
 

Classes in com.atlassian.crowd.manager.application that implement ApplicationService
 class ApplicationServiceGeneric
           
 class TranslatingApplicationService
          This class is responsible for translating application specific usernames (aliased usernames) to directory specific usernames (unaliased usernames) and the other way around.
 

Constructors in com.atlassian.crowd.manager.application with parameters of type ApplicationService
AliasManagerImpl(AliasDAO aliasDAO, ApplicationService applicationService)
           
TranslatingApplicationService(ApplicationService applicationService, AliasManager aliasManager)
           
 

Uses of ApplicationService in com.atlassian.crowd.manager.authentication
 

Methods in com.atlassian.crowd.manager.authentication with parameters of type ApplicationService
 void TokenAuthenticationManagerImpl.setApplicationService(ApplicationService applicationService)
           
 

Uses of ApplicationService in com.atlassian.crowd.manager.login
 

Constructors in com.atlassian.crowd.manager.login with parameters of type ApplicationService
ForgottenLoginManagerImpl(ApplicationService applicationService, DirectoryManager directoryManager, PermissionManager permissionManager, ResetPasswordTokenDao resetPasswordTokenDao, com.atlassian.security.random.SecureTokenGenerator tokenGenerator, ClientProperties clientProperties, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of ApplicationService in com.atlassian.crowd.plugin.application.springsecurity
 

Constructors in com.atlassian.crowd.plugin.application.springsecurity with parameters of type ApplicationService
LocalCrowdAuthenticationProvider(Application application, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of ApplicationService in com.atlassian.crowd.plugin.descriptors
 

Methods in com.atlassian.crowd.plugin.descriptors with parameters of type ApplicationService
 void CrowdApplicationModuleDescriptor.setApplicationService(ApplicationService applicationService)
           
 

Uses of ApplicationService in com.atlassian.crowd.plugin.rest.entity
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type ApplicationService
GroupEntityExpander(ApplicationService applicationService, ApplicationManager applicationManager)
           
UserEntityExpander(ApplicationService applicationService, ApplicationManager applicationManager)
           
 

Uses of ApplicationService in com.atlassian.crowd.plugin.rest.service.controller
 

Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type ApplicationService
AuthenticationController(ApplicationService applicationService, ApplicationManager applicationManager)
           
GroupsController(ApplicationService applicationService, ApplicationManager applicationManager)
           
SearchController(ApplicationService applicationService, ApplicationManager applicationManager)
           
UsersController(ApplicationService applicationService, ApplicationManager applicationManager, ForgottenLoginManager forgottenLoginManager)
           
 

Uses of ApplicationService in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type ApplicationService
static GroupEntity GroupEntityUtil.expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes)
          Expands a GroupEntity from its minimal form to the expanded version.
static UserEntity UserEntityUtil.expandUser(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes)
          Expands a UserEntity from its minimal form to the expanded version.
 

Uses of ApplicationService in com.atlassian.crowd.service
 

Constructors in com.atlassian.crowd.service with parameters of type ApplicationService
UserServiceImpl(ApplicationManager applicationManager, ApplicationService applicationService, CrowdUserDetailsService crowdUserDetailsService, TokenAuthenticationManager tokenAuthenticationManager)
           
 

Uses of ApplicationService in com.atlassian.crowd.service.soap.server
 

Constructors in com.atlassian.crowd.service.soap.server with parameters of type ApplicationService
SecurityServerGeneric(SOAPService soapService, ApplicationService applicationService, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.