Uses of Interface
eu.rarogsoftware.rarog.platform.api.security.secrets.AuthConfiguredSocketFactoryService
Packages that use AuthConfiguredSocketFactoryService
Package
Description
-
Uses of AuthConfiguredSocketFactoryService in eu.rarogsoftware.rarog.platform.api.security.secrets
Methods in eu.rarogsoftware.rarog.platform.api.security.secrets that return AuthConfiguredSocketFactoryServiceModifier and TypeMethodDescriptionAuthConfiguredSocketFactoryService.extendTrustedCertificates
(Collection<X509Certificate> certificates) Creates new version ofAuthConfiguredSocketFactoryService
that will trust certificates passed in parameter on top of already trusted certificates. -
Uses of AuthConfiguredSocketFactoryService in eu.rarogsoftware.rarog.platform.core.security.secrets
Classes in eu.rarogsoftware.rarog.platform.core.security.secrets that implement AuthConfiguredSocketFactoryServiceMethods in eu.rarogsoftware.rarog.platform.core.security.secrets that return AuthConfiguredSocketFactoryServiceModifier and TypeMethodDescriptionDefaultAuthConfiguredSocketFactoryService.extendTrustedCertificates
(Collection<X509Certificate> certificate) -
Uses of AuthConfiguredSocketFactoryService in eu.rarogsoftware.rarog.platform.plugins.telemetry.exporters
Constructors in eu.rarogsoftware.rarog.platform.plugins.telemetry.exporters with parameters of type AuthConfiguredSocketFactoryServiceModifierConstructorDescriptionGraphiteSnapshotExporter
(ApplicationSettings applicationSettings, AuthConfiguredSocketFactoryService socketFactoryService)