Class BootstrapStateService
java.lang.Object
com.svenruppert.jsentinel.bootstrap.BootstrapStateService
Single source of truth for "is the system uninitialized?".
The system is considered initialized as soon as at least one administrator account exists; the mere presence of non-admin users is not enough.
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapStateService(AdministratorAccountStore administratorStore, BootstrapMode mode) -
Method Summary
-
Constructor Details
-
BootstrapStateService
-
-
Method Details
-
bootstrapRequired
public boolean bootstrapRequired() -
hasAdministrator
public boolean hasAdministrator()- Returns:
truewhen at least one administrator account exists. Independent of the configuredBootstrapMode.
-
mode
-