Uses of Interface
dev.galasa.framework.spi.creds.ICredentialsService
Packages that use ICredentialsService
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of ICredentialsService in dev.galasa.framework
Methods in dev.galasa.framework that return ICredentialsService -
Uses of ICredentialsService in dev.galasa.framework.api.common.resources
Constructors in dev.galasa.framework.api.common.resources with parameters of type ICredentialsServiceModifierConstructorDescriptionSecret
(ICredentialsService credentialsService, String secretName, ITimeService timeService) -
Uses of ICredentialsService in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return ICredentialsServiceModifier and TypeMethodDescription@NotNull ICredentialsService
IFramework.getCredentialsService()
-
Uses of ICredentialsService in dev.galasa.ipnetwork.spi
Constructors in dev.galasa.ipnetwork.spi with parameters of type ICredentialsServiceModifierConstructorDescriptionAbstractGenericIpHost
(IConfigurationPropertyStoreService cps, IDynamicStatusStoreService dss, ICredentialsService creds, String prefix, String hostid)