Uses of Class
org.eblocker.server.http.service.UserAgentService
Packages that use UserAgentService
Package
Description
-
Uses of UserAgentService in org.eblocker.server.common.session
Constructors in org.eblocker.server.common.session with parameters of type UserAgentServiceModifierConstructorDescriptionSessionStore(NetworkInterfaceWrapper networkInterface, DeviceService deviceService, UserAgentService userAgentService) -
Uses of UserAgentService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type UserAgentServiceModifierConstructorDescriptionSSLControllerImpl(SslService sslService, SSLWhitelistService whitelistDomainStore, SslCertificateClientInstallationTracker tracker, DeviceService deviceService, SessionStore sessionStore, PageContextStore pageContextStore, UserService userService, ParentalControlService parentalControlService, SquidWarningService squidWarningService, FailedConnectionSuggestionService failedConnectionSuggestionService, NetworkStateMachine networkStateMachine, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserAgentService userAgentService, AutoTrustAppService autoTrustAppService) UserAgentControllerImpl(SessionStore sessionStore, PageContextStore pageContextStore, String filePath, UserAgentService userAgentService) -
Uses of UserAgentService in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type UserAgentServiceModifierConstructorDescriptionDeviceService(DataSource datasource, DeviceRegistrationProperties deviceRegistrationProperties, UserAgentService userAgentService, NetworkInterfaceWrapper networkInterfaceWrapper, DeviceFactory deviceFactory, IpResponseTable ipResponseTable, java.time.Clock clock, int deviceOfflineAfterSeconds)