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[]
protected String
Credentials.decryptToString
(String encryptedText) void
ICredentialsService.deleteCredentials
(String credentialsId) void
ICredentialsStore.deleteCredentials
(String credsId) ICredentialsService.getAllCredentials()
Gets all the credentials stored in the credentials storeICredentialsStore.getAllCredentials()
ICredentialsService.getCredentials
(@NotNull String credentialsId) Gets the credentials with the given ID and returns them after attempting to decrypt their valuesICredentialsStore.getCredentials
(String credsId) void
ICredentialsStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
ICredentialsService.setCredentials
(String credentialsId, ICredentials credentials) void
ICredentialsStore.setCredentials
(String credsId, ICredentials credentials) void
ICredentialsStore.shutdown()
ModifierConstructorDescriptionCredentials
(SecretKeySpec key) Credentials
(SecretKeySpec key, IFileSystem fileSystem, Environment environment) CredentialsToken
(SecretKeySpec key, String stoken) CredentialsUsername
(SecretKeySpec key, String username) CredentialsUsernamePassword
(SecretKeySpec key, String username, String password) CredentialsUsernameToken
(SecretKeySpec key, String username, String token) EncryptionKeys
(IFileSystem fileSystem, Environment environment) FrameworkEncryptionService
(SecretKeySpec encryptionKey) FrameworkEncryptionService
(SecretKeySpec encryptionKey, IFileSystem fileSystem, Environment environment) FrameworkEncryptionService
(SecretKeySpec encryptionKey, IFileSystem fileSystem, Environment environment, SecureRandom secureRandom)