Uses of Interface
jetbrains.buildServer.serverSide.impl.ssl.acme.AcmeAccountStorage
-
Packages that use AcmeAccountStorage Package Description jetbrains.buildServer.controllers.https jetbrains.buildServer.https.diagnostic jetbrains.buildServer.serverSide.impl.ssl.acme -
-
Uses of AcmeAccountStorage in jetbrains.buildServer.controllers.https
Constructors in jetbrains.buildServer.controllers.https with parameters of type AcmeAccountStorage Constructor Description HttpsCertificateSettingsController(HttpsConfigurator httpsConfigurator, AcmeService acmeService, AcmeAccountStorage acmeAccountStorage, SecurityContextEx securityContext, AuditLogFactory auditLogFactory, ServerSettings serverSettings, Http01ChallengeFileServer http01ChallengeFileServer, Http01ChallengeController http01ChallengeController)
-
Uses of AcmeAccountStorage in jetbrains.buildServer.https.diagnostic
Constructors in jetbrains.buildServer.https.diagnostic with parameters of type AcmeAccountStorage Constructor Description HttpsCertificateExpirationStatusReport(HttpsConfigurator configurator, AcmeAccountStorage acmeAccountStorage, AcmeService acmeService, ServerSettings serverSettings, Http01ChallengeFileServer challengeFileServer, Http01ChallengeController http01ChallengeController, EventDispatcher<BuildServerListener> eventDispatcher, PagePlaces pagePlaces)
-
Uses of AcmeAccountStorage in jetbrains.buildServer.serverSide.impl.ssl.acme
Classes in jetbrains.buildServer.serverSide.impl.ssl.acme that implement AcmeAccountStorage Modifier and Type Class Description class
AcmeAccountStorageImpl
-