Uses of Record Class
com.svenruppert.jsentinel.bootstrap.BootstrapState
Packages that use BootstrapState
-
Uses of BootstrapState in com.svenruppert.jsentinel.bootstrap
Methods in com.svenruppert.jsentinel.bootstrap that return BootstrapStateModifier and TypeMethodDescriptionstatic BootstrapStateBuilds the "bootstrap completed" state fortenant.StoreBackedBootstrapStateService.markCompleted()Records the completion of the initial-admin bootstrap for the configured tenant at the current clock instant.static BootstrapStateBuilds the "bootstrap still required" state fortenant.StoreBackedBootstrapStateService.state()Returns the persisted bootstrap state for the configured tenant.Methods in com.svenruppert.jsentinel.bootstrap that return types with arguments of type BootstrapStateModifier and TypeMethodDescriptionReturns the recorded bootstrap state fortenant.Methods in com.svenruppert.jsentinel.bootstrap with parameters of type BootstrapStateModifier and TypeMethodDescriptionvoidBootstrapStateStore.save(BootstrapState state) Persists or replaces the bootstrap state.voidInMemoryBootstrapStateStore.save(BootstrapState state)