| java.lang.Object |
| ↳ |
com.atlassian.confluence.user.migration.AtlassianUserExternalDataMigrator |
Class Overview
Migrates users, their properties and memberships from a pre Confluence 3.5 LDAP setup
Summary
| Public Methods |
|
void
|
migrateToDelegatedDirectory(DelegatedAuthenticationDirectory directory, ProgressMeter progressMeter)
Iterates through all external_memberships, pulls in users from LDAP into the delegated directory if they don't
exist locally.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
void
migrateToDelegatedDirectory
(DelegatedAuthenticationDirectory directory, ProgressMeter progressMeter)
Iterates through all external_memberships, pulls in users from LDAP into the delegated directory if they don't
exist locally. Also creates groups if they don't exist locally.
Parameters
| directory
| The directory to migrate to |
| progressMeter
| The ProgressMeter object on which to update progress.
|