Class ServiceAccountUserFinder
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ServiceAccountUserFinder
- All Implemented Interfaces:
ExistingEntityFinder
Finds service account users by lower usernames for server imports.
This finder handles ServiceAccountUserImpl entities during space restore.
This finder must not be created and used for site imports because all users should be persisted as is.
- Since:
- 10.0.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
confluenceUserDao -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.ConfluenceUserFinder
doSecondStageFind, isSupportedJobSourceMethods inherited from class com.atlassian.confluence.impl.backuprestore.restore.idmapping.finders.AbstractUserEntityFinder
findExistingObjectIds
-
Constructor Details
-
ServiceAccountUserFinder
-
-
Method Details
-
getSupportedClass
- Specified by:
getSupportedClassin interfaceExistingEntityFinder- Overrides:
getSupportedClassin classConfluenceUserFinder- Returns:
- the entity class that is processed by this finder
-