Interface | Description |
---|---|
LegacyImporter |
A Mapper that will handle the import a Domain object, or any object from
legacy (Crowd v1.x) XML into the datastore.
|
Class | Description |
---|---|
ApplicationMapper | |
CrowdConfigMapper |
This class extends the current 2.x CrowdConfigMapper because configuration mapping is 100% backwards-compatible in XML.
|
CrowdPropertiesMapper |
This class extends the current 2.x CrowdPropertiesMapper because crowd.properties mapping is 100% backwards-compatible in XML.
|
DirectoryMapper |
This mapper is expected to import legacy Directories AND populate the oldToNewDirectoryIds map.
|
GenericLegacyImporter |
A generic mapper that contains helper methods and attributes to
map domain objects to database objects and vice-versa.
|
GroupMapper | |
LegacyImportDataHolder |
This class holds references that can be shared across other importers should the need arise.
|
LegacyXmlMigrator | |
LegacyXmlVerifier |
Responsible for verifying the correctness of a legacy XML backup.
|
PartialXmlMapper |
Specialises XmlMapper for mappers that take into account just a subset of the directory types.
|
PropertyMapper | |
RoleMapper | |
SALPropertyMapper |
This mapper will handle the mapping of a com.atlassian.crowd.model.salproperty.SALProperty objects
This mapper is here for legacy compatibility only, for releases of Crowd older the 1.6 that used SAL
integration (i.e.
|
UserMapper | |
XmlMapper |
A generic mapper that contains helper methods and attributes to
map domain objects to database objects and vice-versa.
|
Copyright © 2021 Atlassian. All rights reserved.