Class VerificationManager
java.lang.Object
com.atlassian.crowd.migration.verify.VerificationManager
This manager will look after verifiers that need to run against the imported XML document before import
to validate that the import can proceed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VerificationManager
-
-
Method Details
-
validate
Will validate the given document against a list ofVerifier's- Parameters:
document- the document to validate- Throws:
ImportException- if there are any errors during validation
-