Uses of Class
org.eblocker.server.common.ssl.SslCertificateClientInstallationTracker
Packages that use SslCertificateClientInstallationTracker
Package
Description
-
Uses of SslCertificateClientInstallationTracker in org.eblocker.server.common.ssl
Constructors in org.eblocker.server.common.ssl with parameters of type SslCertificateClientInstallationTrackerModifierConstructorDescriptionSslTestRequestHandler(DeviceService deviceService, SslCertificateClientInstallationTracker tracker, BigInteger serialNumber) -
Uses of SslCertificateClientInstallationTracker in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type SslCertificateClientInstallationTrackerModifierConstructorDescriptionSSLControllerImpl(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) -
Uses of SslCertificateClientInstallationTracker in org.eblocker.server.icap.transaction.processor
Constructors in org.eblocker.server.icap.transaction.processor with parameters of type SslCertificateClientInstallationTrackerModifierConstructorDescriptionInsertClientSslCheckProcessor(String scriptTemplate, int currentPort, int renewalPort, BaseURLs baseURLs, NetworkInterfaceWrapper networkInterface, SslService sslService, SslCertificateClientInstallationTracker tracker)