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

Packages that use ApplicationManager
com.atlassian.crowd.acceptance.tests.persistence.manager.application   
com.atlassian.crowd.console.action   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.license   
com.atlassian.crowd.manager.validation   
com.atlassian.crowd.migration   
com.atlassian.crowd.plugin.application.springsecurity   
com.atlassian.crowd.plugin.descriptors   
com.atlassian.crowd.plugin.rest.auth   
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.web.conditions   
com.atlassian.crowd.service   
com.atlassian.crowd.service.soap   
com.atlassian.crowd.upgrade.tasks   
com.atlassian.crowd.util   
 

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

Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.application with parameters of type ApplicationManager
 void ApplicationServiceIntegrationTest.setApplicationManager(ApplicationManager applicationManager)
           
 

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

Fields in com.atlassian.crowd.console.action declared as ApplicationManager
protected  ApplicationManager BaseAction.applicationManager
           
 

Methods in com.atlassian.crowd.console.action with parameters of type ApplicationManager
 void BaseAction.setApplicationManager(ApplicationManager applicationManager)
           
 

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

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

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

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

Classes in com.atlassian.crowd.manager.application that implement ApplicationManager
 class ApplicationManagerGeneric
           
 

Methods in com.atlassian.crowd.manager.application with parameters of type ApplicationManager
 void CrowdApplicationPasswordManagerGeneric.setApplicationManager(ApplicationManager applicationManager)
           
 

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

Methods in com.atlassian.crowd.manager.authentication with parameters of type ApplicationManager
 void TokenAuthenticationManagerImpl.setApplicationManager(ApplicationManager applicationManager)
           
 

Constructors in com.atlassian.crowd.manager.authentication with parameters of type ApplicationManager
AliasingAwareTokenAuthenticationManager(TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager, AliasManager aliasManager)
           
 

Uses of ApplicationManager in com.atlassian.crowd.manager.license
 

Methods in com.atlassian.crowd.manager.license with parameters of type ApplicationManager
 void CrowdLicenseManagerImpl.setApplicationManager(ApplicationManager applicationManager)
          Sets the application manager which is used to get the configurated applications.
 

Uses of ApplicationManager in com.atlassian.crowd.manager.validation
 

Constructors in com.atlassian.crowd.manager.validation with parameters of type ApplicationManager
ClientValidationManagerImpl(RemoteAddressCacheUtil cacheUtil, ApplicationManager applicationManager, PropertyManager propertyManager, TrustedProxyManager trustedProxyManager, I18nHelper i18nHelper)
           
 

Uses of ApplicationManager in com.atlassian.crowd.migration
 

Constructors in com.atlassian.crowd.migration with parameters of type ApplicationManager
ApplicationMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ApplicationManager applicationManager, DirectoryDAOHibernate directoryDAO)
           
 

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

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

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

Methods in com.atlassian.crowd.plugin.descriptors with parameters of type ApplicationManager
 void CrowdApplicationModuleDescriptor.setApplicationManager(ApplicationManager applicationManager)
           
 

Uses of ApplicationManager in com.atlassian.crowd.plugin.rest.auth
 

Constructors in com.atlassian.crowd.plugin.rest.auth with parameters of type ApplicationManager
BasicApplicationAuthenticationFilter(ApplicationManager applicationManager, ClientValidationManager clientValidationManager)
           
 

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

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

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

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

Uses of ApplicationManager in com.atlassian.crowd.plugin.web.conditions
 

Methods in com.atlassian.crowd.plugin.web.conditions with parameters of type ApplicationManager
 void PermanentApplicationCondition.setApplicationManager(ApplicationManager applicationManager)
           
 void ApplicationPluginCondition.setApplicationManager(ApplicationManager applicationManager)
           
 

Uses of ApplicationManager in com.atlassian.crowd.service
 

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

Uses of ApplicationManager in com.atlassian.crowd.service.soap
 

Methods in com.atlassian.crowd.service.soap with parameters of type ApplicationManager
 void SOAPService.setApplicationManager(ApplicationManager applicationManager)
           
 

Uses of ApplicationManager in com.atlassian.crowd.upgrade.tasks
 

Methods in com.atlassian.crowd.upgrade.tasks with parameters of type ApplicationManager
 void UpgradeTask320.setApplicationManager(ApplicationManager applicationManager)
           
 void UpgradeTask114.setApplicationManager(ApplicationManager applicationManager)
           
 

Uses of ApplicationManager in com.atlassian.crowd.util
 

Constructors in com.atlassian.crowd.util with parameters of type ApplicationManager
AdminGroupChecker(DirectoryManager directoryManager, ApplicationManager applicationManager, I18nHelper i18nHelper)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.