Uses of Interface
com.levigo.jadice.web.server.config.ServerConfiguration
Packages that use ServerConfiguration
-
Uses of ServerConfiguration in com.levigo.jadice.web.server.config
Classes in com.levigo.jadice.web.server.config that implement ServerConfigurationModifier and TypeClassDescriptionclass
A default, "hard-coded" implementation of a class holding a bunch of properties used by the JWT server.Methods in com.levigo.jadice.web.server.config that return ServerConfigurationModifier and TypeMethodDescriptionstatic ServerConfiguration
ConfigurationManager.getServerConfiguration()
Provides access to the JWT server-side application configuration.Methods in com.levigo.jadice.web.server.config with parameters of type ServerConfigurationModifier and TypeMethodDescriptionstatic void
ConfigurationManager.setServerConfiguration
(ServerConfiguration serverConfiguration) Inject a different configuration implementation, e.g. from a properties or YAML file. -
Uses of ServerConfiguration in com.levigo.jadice.web.server.spring
Classes in com.levigo.jadice.web.server.spring that implement ServerConfigurationModifier and TypeClassDescriptionclass
ThisServerConfiguration
is hooked by Spring Boot and fed with the values from a default configuration file such as the "application.yml".