Class ConfluenceUserFinder

  • All Implemented Interfaces:
    ExistingEntityFinder

    public class ConfluenceUserFinder
    extends AbstractUserEntityFinder
    Finds users by lower usernames for server imports. This finder must not be created and used for site imports because all users should be persisted as is.
    Since:
    8.1.0
    • Constructor Detail

      • ConfluenceUserFinder

        public ConfluenceUserFinder​(ConfluenceUserDao confluenceUserDao)
    • Method Detail

      • getSupportedClass

        public Class<?> getSupportedClass()
        Returns:
        the entity class that is processed by this finder
      • isSupportedJobSource

        public boolean isSupportedJobSource​(JobSource jobSource)
        Returns:
        the JobSource this finder accepts