Uses of Class
org.eblocker.server.http.service.RegistrationService
Packages that use RegistrationService
-
Uses of RegistrationService in org.eblocker.server.common.update
Constructors in org.eblocker.server.common.update with parameters of type RegistrationServiceModifierConstructorDescriptionAutomaticUpdater(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 RegistrationService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type RegistrationServiceModifierConstructorDescriptionDeviceRegistrationControllerImpl(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) TosControllerImpl(RegistrationService registrationService) UpdateControllerImpl(SystemUpdater systemUpdater, AutomaticUpdater autoUpdater, RegistrationService registrationService, SystemStatusService systemStatusService, ProductInfoService productInfoService, int secondsBetweenUpdateRequests)