Uses of Interface
org.eblocker.server.common.update.SystemUpdater
Packages that use SystemUpdater
Package
Description
-
Uses of SystemUpdater in org.eblocker.server.common.update
Classes in org.eblocker.server.common.update that implement SystemUpdaterMethods in org.eblocker.server.common.update with parameters of type SystemUpdaterConstructors in org.eblocker.server.common.update with parameters of type SystemUpdaterModifierConstructorDescriptionAutomaticUpdater(ScheduledExecutorService executorService, SystemUpdater updater, DataSource datasource, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String configJSON, java.time.Clock clock, Random random, RegistrationService registrationService, ProductInfoService productInfoService) -
Uses of SystemUpdater in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type SystemUpdaterModifierConstructorDescriptionDeviceRegistrationControllerImpl(String fallbackProductId, String fallbackProductName, String fallbackProductFeatures, DeviceRegistrationProperties deviceRegistrationProperties, DeviceRegistrationClient deviceRegistrationClient, ProductInfoService productInfoService, ReminderService reminderService, RegistrationService registrationService, SslService sslService, SystemUpdater systemUpdater, ScheduledExecutorService executorService, ProductMigrationService productMigrationService, DataSource dataSource, CustomerInfoService customerInfoService, RegistrationServiceAvailabilityCheck registrationServiceAvailabilityCheck) UpdateControllerImpl(SystemUpdater systemUpdater, AutomaticUpdater autoUpdater, RegistrationService registrationService, SystemStatusService systemStatusService, ProductInfoService productInfoService, int secondsBetweenUpdateRequests) -
Uses of SystemUpdater in org.eblocker.server.http.security
Constructors in org.eblocker.server.http.security with parameters of type SystemUpdaterModifierConstructorDescriptionSecurityService(JsonWebTokenHandler tokenHandler, long tokenUserValiditySeconds, long tokenDashboardValiditySeconds, long passwordResetValiditySeconds, long passwordResetGracePeriodSeconds, DataSource dataSource, SystemUpdater systemUpdater, AutomaticUpdater automaticUpdater, ScriptRunner scriptRunner, String prepareShutdownScript, EventLogger eventLogger, DeviceService deviceService, UserService userService, ProductInfoService productInfoService, long passwordFailedMaxPenaltySeconds, long passwordFailedPenaltyIncrementSeconds, java.time.Clock clock) -
Uses of SystemUpdater in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service with parameters of type SystemUpdaterModifier and TypeMethodDescriptionvoidSystemStatusService.setSystemUpdater(SystemUpdater systemUpdater) Constructors in org.eblocker.server.http.service with parameters of type SystemUpdaterModifierConstructorDescriptionDoctorService(NetworkServices networkServices, SslService sslService, AutomaticUpdater automaticUpdater, SystemUpdater systemUpdater, DnsStatisticsService dnsStatisticsService, DnsService dnsService, DeviceFactory deviceFactory, DeviceService deviceService, ParentalControlService parentalControlService, ProblematicRouterDetection problematicRouterDetection, ProductInfoService productInfoService, AppModuleService appModuleService, FilterManager filterManager, SecurityService securityService, DomainBlockingService domainBlockingService)