Package dev.galasa.framework.spi
Interface ICertificateStoreServiceRegistration
public interface ICertificateStoreServiceRegistration
The Certificate store service will only be initialised if there is a defined
certificate store that is a non local file. Overrides are expected to be used
for any local certificates if they are required for execution.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) Registers the service with the framework, ensuring only one service is operational at one time.
-
Method Details
-
initialise
void initialise(@NotNull @NotNull IFrameworkInitialisation frameworkInitialisation) throws ConfidentialTextException Registers the service with the framework, ensuring only one service is operational at one time.- Parameters:
frameworkInitialisation
-- Throws:
ConfidentialTextException
-