Uses of Interface
jetbrains.buildServer.serverSide.impl.ssl.SSLTrustStoreManager
-
Packages that use SSLTrustStoreManager Package Description jetbrains.buildServer.controllers jetbrains.buildServer.controllers.admin.ssl jetbrains.buildServer.serverSide.impl.ssl -
-
Uses of SSLTrustStoreManager in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type SSLTrustStoreManager Constructor Description UserSSLTrustStoreController(WebControllerManager controllerManager, SSLTrustStoreManager userSSLTrustStoreManager, ProjectManager projectManager)
-
Uses of SSLTrustStoreManager in jetbrains.buildServer.controllers.admin.ssl
Constructors in jetbrains.buildServer.controllers.admin.ssl with parameters of type SSLTrustStoreManager Constructor Description DeleteSslCertAction(SslCertActionsController controller, ProjectManager projectManager, SSLTrustStoreManager trustStoreManager, SslAuditHelper sslAuditHelper, ConfigActionFactory configActionFactory)
SslCertificatesProjectTab(PagePlaces pagePlaces, SSLTrustStoreManager trustStoreManager, ProjectManager projectManager)
UploadSslCertController(ProjectManager projectManager, WebControllerManager controllerManager, SSLTrustStoreManager trustStoreManager, SslAuditHelper sslAuditHelper, ConfigActionFactory configActionFactory)
-
Uses of SSLTrustStoreManager in jetbrains.buildServer.serverSide.impl.ssl
Classes in jetbrains.buildServer.serverSide.impl.ssl that implement SSLTrustStoreManager Modifier and Type Class Description class
SecureUserSSLTrustStoreManager
Secure implementation forSSLTrustStoreManager
which protects trust store for not authorized modification.class
UserSSLTrustStoreManager
Implementation of {linkSSLTrustStoreProvider
for global trust store in data directory.
-