Interface IApiServerInitialisation

All Superinterfaces:
IFrameworkInitialisation

public interface IApiServerInitialisation extends IFrameworkInitialisation
This interface provides methods to register additional stores used only by Galasa's API server and should server initialisation.
  • Method Details

    • getAuthStoreUri

      URI getAuthStoreUri()
    • registerAuthStore

      void registerAuthStore(@NotNull @NotNull IAuthStore authStore) throws AuthStoreException
      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