Package dev.galasa.framework.spi
Interface IApiServerInitialisation
- All Superinterfaces:
IFrameworkInitialisation
This interface provides methods to register additional stores
used only by Galasa's API server and should server initialisation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerAuthStore
(@NotNull IAuthStore authStore) Register an Auth Store Service, which allows the framework to retrieve user and token information.Methods inherited from interface dev.galasa.framework.spi.IFrameworkInitialisation
getBootstrapConfigurationPropertyStore, getCredentialsStoreUri, getDynamicStatusStoreUri, getFramework, getResultArchiveStoreUris, registerCertificateStoreService, registerConfidentialTextService, registerConfigurationPropertyStore, registerCredentialsStore, registerDynamicStatusStore, registerEventsService, registerResultArchiveStoreService
-
Method Details
-
getAuthStoreUri
URI getAuthStoreUri() -
registerAuthStore
Register an Auth Store Service, which allows the framework to retrieve user and token information.- Parameters:
authStore
- the auth store service to be registered- Throws:
AuthStoreException
- if there is a problem registering the service
-