Uses of Interface
com.atlassian.crowd.manager.directory.DirectoryManager

Packages that use DirectoryManager
com.atlassian.crowd.acceptance.tests.directory   
com.atlassian.crowd.acceptance.tests.persistence.manager.application   
com.atlassian.crowd.acceptance.tests.persistence.manager.directory   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.admin   
com.atlassian.crowd.console.action.application   
com.atlassian.crowd.console.action.group   
com.atlassian.crowd.console.action.principal   
com.atlassian.crowd.console.action.role   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.importer.importers   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.license   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.migration   
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.rest.plugin.service   
com.atlassian.crowd.upgrade.tasks   
com.atlassian.crowd.util   
 

Uses of DirectoryManager in com.atlassian.crowd.acceptance.tests.directory
 

Classes in com.atlassian.crowd.acceptance.tests.directory that implement DirectoryManager
 class MockDirectoryManager
           
 

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

Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.application with parameters of type DirectoryManager
 void ApplicationServiceIntegrationTest.setDirectoryManager(DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.acceptance.tests.persistence.manager.directory
 

Methods in com.atlassian.crowd.acceptance.tests.persistence.manager.directory with parameters of type DirectoryManager
 void DirectoryManagerGenericNestedGroupsTest.setDirectoryManager(DirectoryManager directoryManager)
           
 

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

Fields in com.atlassian.crowd.console.action declared as DirectoryManager
protected  DirectoryManager BaseAction.directoryManager
           
 

Methods in com.atlassian.crowd.console.action with parameters of type DirectoryManager
 void BaseAction.setDirectoryManager(DirectoryManager directoryManager)
           
 

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

Uses of DirectoryManager in com.atlassian.crowd.console.action.admin
 

Methods in com.atlassian.crowd.console.action.admin with parameters of type DirectoryManager
 void Backup.setDirectoryManager(DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.console.action.application
 

Methods in com.atlassian.crowd.console.action.application with parameters of type DirectoryManager
 void AddApplicationDirectoryDetails.setDirectoryManager(DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.console.action.group
 

Fields in com.atlassian.crowd.console.action.group declared as DirectoryManager
protected  DirectoryManager ViewGroupNestedPrincipals.directoryManager
           
 

Methods in com.atlassian.crowd.console.action.group that return DirectoryManager
 DirectoryManager ViewGroupNestedPrincipals.getDirectoryManager()
           
 

Methods in com.atlassian.crowd.console.action.group with parameters of type DirectoryManager
 void ViewGroupNestedPrincipals.setDirectoryManager(DirectoryManager directoryManager)
           
 

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

Methods in com.atlassian.crowd.console.action.principal with parameters of type DirectoryManager
 void BrowsePrincipals.setDirectoryManager(DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.console.action.role
 

Methods in com.atlassian.crowd.console.action.role that return DirectoryManager
 DirectoryManager ViewRolePrincipals.getDirectoryManager()
           
 

Methods in com.atlassian.crowd.console.action.role with parameters of type DirectoryManager
 void ViewRolePrincipals.setDirectoryManager(DirectoryManager directoryManager)
           
 

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

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

Uses of DirectoryManager in com.atlassian.crowd.importer.importers
 

Constructors in com.atlassian.crowd.importer.importers with parameters of type DirectoryManager
BambooImporter(DirectoryManager directoryManager, PasswordHelper passwordHelper)
           
ConfluenceImporter(DirectoryManager directoryManager, PasswordHelper passwordHelper)
           
CsvImporter(DirectoryManager directoryManager, PasswordHelper passwordHelper)
           
DirectoryImporter(DirectoryManager directoryManager, PasswordHelper passwordHelper)
           
JiraImporter(DirectoryManager directoryManager, PasswordHelper passwordHelper)
           
 

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

Constructors in com.atlassian.crowd.manager.application with parameters of type DirectoryManager
ApplicationServiceGeneric(DirectoryManager directoryManager, PermissionManager permissionManager, DirectoryInstanceLoader directoryInstanceLoader, com.atlassian.event.api.EventPublisher eventPublisher, EventStore eventStore)
           
 

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

Methods in com.atlassian.crowd.manager.authentication with parameters of type DirectoryManager
 void TokenAuthenticationManagerImpl.setDirectoryManager(DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.manager.directory
 

Classes in com.atlassian.crowd.manager.directory that implement DirectoryManager
 class DirectoryManagerGeneric
           
 

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

Methods in com.atlassian.crowd.manager.license with parameters of type DirectoryManager
 void CrowdLicenseManagerImpl.setDirectoryManager(DirectoryManager directoryManager)
          Sets the directory manager which is used to lookup principals.
 

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

Constructors in com.atlassian.crowd.manager.login with parameters of type DirectoryManager
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 DirectoryManager in com.atlassian.crowd.migration
 

Methods in com.atlassian.crowd.migration that return DirectoryManager
 DirectoryManager DirectoryMapper.getDirectoryManager()
           
 

Constructors in com.atlassian.crowd.migration with parameters of type DirectoryManager
DirectoryMapper(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy that return DirectoryManager
 DirectoryManager XmlMapper.getDirectoryManager()
           
 DirectoryManager GenericLegacyImporter.getDirectoryManager()
           
 

Methods in com.atlassian.crowd.migration.legacy with parameters of type DirectoryManager
 void XmlMapper.setDirectoryManager(DirectoryManager directoryManager)
           
 void GenericLegacyImporter.setDirectoryManager(DirectoryManager directoryManager)
           
 

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

Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type DirectoryManager
ApplicationController(ApplicationManager applicationManager, DirectoryManager directoryManager, TrustedProxyManager trustedProxyManager)
           
 

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

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type DirectoryManager
static java.util.List<DirectoryMapping> ApplicationEntityTranslator.toDirectoryMappings(DirectoryMappingEntityList directoryMappingEntities, Application application, DirectoryManager directoryManager)
          Translates from a DirectoryMappingEntityList to a list of DirectoryMapping.
 

Uses of DirectoryManager in com.atlassian.crowd.rest.plugin.service
 

Constructors in com.atlassian.crowd.rest.plugin.service with parameters of type DirectoryManager
SyncFeedback(DirectoryManager directoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
 

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

Methods in com.atlassian.crowd.upgrade.tasks with parameters of type DirectoryManager
 void UpgradeTask424.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask397.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask396.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask395.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask361.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask342.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask322.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask216.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask215.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask214.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask113.setDirectoryManager(DirectoryManager directoryManager)
           
 void UpgradeTask112.setDirectoryManager(DirectoryManager directoryManager)
           
 

Uses of DirectoryManager in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util that return DirectoryManager
 DirectoryManager SystemInfoHelperImpl.getDirectoryManager()
           
 

Methods in com.atlassian.crowd.util with parameters of type DirectoryManager
 void SystemInfoHelperImpl.setDirectoryManager(DirectoryManager directoryManager)
           
 

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



Copyright © 2012 Atlassian. All Rights Reserved.