Uses of Class
dev.galasa.framework.spi.creds.CredentialsException
Packages that use CredentialsException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of CredentialsException in dev.galasa.framework
Methods in dev.galasa.framework that throw CredentialsExceptionModifier and TypeMethodDescription@NotNull ICredentialsServiceFramework.getCredentialsService()voidFrameworkInitialisation.registerCredentialsStore(@NotNull ICredentialsStore credentialsStore) voidFramework.setCredentialsStore(@NotNull ICredentialsStore credsStore)  - 
Uses of CredentialsException in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that throw CredentialsExceptionModifier and TypeMethodDescription@NotNull ICredentialsServiceIFramework.getCredentialsService()voidIFrameworkInitialisation.registerCredentialsStore(@NotNull ICredentialsStore credentialsStore)  - 
Uses of CredentialsException in dev.galasa.framework.spi.creds
Methods in dev.galasa.framework.spi.creds that throw CredentialsExceptionModifier and TypeMethodDescriptionprotected byte[]protected byte[]protected StringCredentials.decryptToString(String encryptedText) voidICredentialsService.deleteCredentials(String credentialsId) voidICredentialsStore.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) voidICredentialsStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) voidICredentialsService.setCredentials(String credentialsId, ICredentials credentials) voidICredentialsStore.setCredentials(String credsId, ICredentials credentials) voidICredentialsStore.shutdown()Constructors in dev.galasa.framework.spi.creds that throw CredentialsExceptionModifierConstructorDescriptionCredentials(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)