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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInitialSetupRequired(boolean forceRefresh)
-