Package dev.galasa.framework.spi
Interface IConfidentialTextServiceRegistration
public interface IConfidentialTextServiceRegistration
The confidential text services provides a manager with the ability to
registered passwords, usernames, keys and other confidnetial texts so that
they can be obscured inside logs and outputs.
-
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
-