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