Package com.atlassian.crowd.migration
package com.atlassian.crowd.migration
-
ClassDescriptionThis mapper will handle the mapping of a
Application
This mapper will handle the mapping of aApplicationSamlConfigurationEntity
Indicates that a backup or restore has not been performed as there is a backup or restore operation currently underwayMapper implementation that will take the values from a Crowd instancescrowd.cfg.xml
and place this into Crowd XML export/import.Mapper implementation that will take the values from a Crowd instancescrowd.properties
and place this into Crowd XML export/importThis mapper will handle the mapping of aDirectoryImpl
This mapper will handle the mapping of aGroup
.A Mapper that will handle the import and export of a Domain object, or any object from XML into the datastore and vice-versa.This mapper will handle the mapping of aGroup
.This mapper will handle the mapping of aProperty
This mapper will handle the mapping of aSAMLTrustEntity
This mapper will handle the mapping of aUser
.This class manages the import and export of Crowd's entity type's viaMapper
's Each mapper has anexportXML()
that process's each entity and writes all required relationship to an XML element that is then returned to this class to be finally written to disk (on export).