Uses of Interface
dev.galasa.framework.spi.auth.IAuthStore
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IAuthStore in dev.galasa.framework
-
Uses of IAuthStore in dev.galasa.framework.spi
Modifier and TypeMethodDescription@NotNull IAuthStore
IFramework.getAuthStore()
Retrieve the Auth Store from the framework.Modifier and TypeMethodDescriptionvoid
IApiServerInitialisation.registerAuthStore
(@NotNull IAuthStore authStore) Register an Auth Store Service, which allows the framework to retrieve user and token information.