Uses of Enum Class
com.svenruppert.jsentinel.bootstrap.BootstrapMode
Packages that use BootstrapMode
-
Uses of BootstrapMode in com.svenruppert.jsentinel.bootstrap
Subclasses with type arguments of type BootstrapMode in com.svenruppert.jsentinel.bootstrapModifier and TypeClassDescriptionenumOperating mode of the first-run bootstrap mechanism.Methods in com.svenruppert.jsentinel.bootstrap that return BootstrapModeModifier and TypeMethodDescriptionBootstrapConfiguration.mode()Returns the value of themoderecord component.BootstrapStateService.mode()BootstrapStatus.mode()Returns the value of themoderecord component.StoreBackedBootstrapStateService.mode()static BootstrapModeReturns the enum constant of this class with the specified name.static BootstrapMode[]BootstrapMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.svenruppert.jsentinel.bootstrap with parameters of type BootstrapModeModifier and TypeMethodDescriptionBootstrapConfigurationLoader.load(BootstrapMode defaultMode, Path defaultTokenFile, Duration defaultValidity) Builds aBootstrapConfigurationfrom the configured sources.Constructors in com.svenruppert.jsentinel.bootstrap with parameters of type BootstrapModeModifierConstructorDescriptionBootstrapConfiguration(BootstrapMode mode, Path tokenFilePath, Duration tokenValidity) Creates an instance of aBootstrapConfigurationrecord class.BootstrapStateService(AdministratorAccountStore administratorStore, BootstrapMode mode) BootstrapStatus(boolean bootstrapRequired, BootstrapMode mode) Creates an instance of aBootstrapStatusrecord class.StoreBackedBootstrapStateService(BootstrapStateStore store, TenantId tenant, BootstrapMode mode, Clock clock) Full constructor.