Uses of Record Class
com.svenruppert.jsentinel.bootstrap.BootstrapConfiguration
Packages that use BootstrapConfiguration
-
Uses of BootstrapConfiguration in com.svenruppert.jsentinel.bootstrap
Methods in com.svenruppert.jsentinel.bootstrap that return BootstrapConfigurationModifier and TypeMethodDescriptionstatic BootstrapConfigurationBootstrapConfiguration.disabled()BootstrapConfigurationLoader.load(BootstrapMode defaultMode, Path defaultTokenFile, Duration defaultValidity) Builds aBootstrapConfigurationfrom the configured sources.static BootstrapConfigurationBootstrapConfiguration.persistent(Path tokenFilePath) static BootstrapConfigurationBootstrapConfiguration.persistent(Path tokenFilePath, Duration tokenValidity) static BootstrapConfigurationBootstrapConfiguration.transientConsole()static BootstrapConfigurationBootstrapConfiguration.transientConsole(Duration tokenValidity) Methods in com.svenruppert.jsentinel.bootstrap with parameters of type BootstrapConfigurationModifier and TypeMethodDescriptionvoidBootstrapTokenOutput.emit(BootstrapToken token, BootstrapConfiguration configuration) voidConsoleBootstrapTokenOutput.emit(BootstrapToken token, BootstrapConfiguration configuration) voidFileBootstrapTokenOutput.emit(BootstrapToken token, BootstrapConfiguration configuration) static voidBootstrapStartup.initializeIfRequired(BootstrapStateService stateService, BootstrapTokenStore tokenStore, BootstrapTokenGenerator generator, BootstrapTokenOutput output, BootstrapConfiguration configuration)