Uses of Class
dev.galasa.framework.spi.creds.CredentialsException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of CredentialsException in dev.galasa.framework
Modifier and TypeMethodDescription@NotNull ICredentialsService
Framework.getCredentialsService()
void
FrameworkInitialisation.registerCredentialsStore
(@NotNull ICredentialsStore credentialsStore) void
Framework.setCredentialsStore
(@NotNull ICredentialsStore credsStore) -
Uses of CredentialsException in dev.galasa.framework.spi
Modifier and TypeMethodDescription@NotNull ICredentialsService
IFramework.getCredentialsService()
void
IFrameworkInitialisation.registerCredentialsStore
(@NotNull ICredentialsStore credentialsStore) -
Uses of CredentialsException in dev.galasa.framework.spi.creds
Modifier and TypeMethodDescriptionprotected byte[]
protected byte[]
ICredentialsService.getCredentials
(@NotNull String credentialsId) ICredentialsStore.getCredentials
(String credsId) void
ICredentialsStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
ICredentialsStore.shutdown()
ModifierConstructorDescriptionCredentialsToken
(SecretKeySpec key, String stoken) CredentialsUsername
(SecretKeySpec key, String username) CredentialsUsernamePassword
(SecretKeySpec key, String username, String password) CredentialsUsernameToken
(SecretKeySpec key, String username, String token)