Interface InitialSetupService

  • All Known Implementing Classes:
    InitialSetupServiceImpl

    public interface InitialSetupService
    Service that determines if the application is in a default startup state that requires some initial setup. Right now, we mostly just check to see if an admin account has been created yet.
    Author:
    bdferris
    • Method Detail

      • isInitialSetupRequired

        boolean isInitialSetupRequired​(boolean forceRefresh)