public class MigrateExternalMembershipsLongRunningTask extends ConfluenceAbstractLongRunningTask
This is meant to be used by customers who upgraded from a 3.4.x or below instance to 3.5 or above and want to switch to a delegated LDAP directory, and so did not copy over their atlassian-user.xml file. They would have also had to have manually configured a delegated LDAP directory before running this task.
Constructor and Description |
---|
MigrateExternalMembershipsLongRunningTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
com.atlassian.crowd.dao.application.ApplicationDAO applicationDao,
com.atlassian.crowd.directory.loader.DirectoryInstanceLoader directoryInstanceLoader,
AtlassianUserExternalDataMigrator migrator,
I18NBean i18nBean) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
protected void |
runInternal()
Run the long running process.
|
getResourceBundle, run
public MigrateExternalMembershipsLongRunningTask(org.springframework.transaction.PlatformTransactionManager transactionManager, com.atlassian.crowd.dao.application.ApplicationDAO applicationDao, com.atlassian.crowd.directory.loader.DirectoryInstanceLoader directoryInstanceLoader, AtlassianUserExternalDataMigrator migrator, I18NBean i18nBean)
public String getName()
protected void runInternal()
ConfluenceAbstractLongRunningTask
runInternal
in class ConfluenceAbstractLongRunningTask
Copyright © 2003–2016 Atlassian. All rights reserved.