Uses of Class
org.correomqtt.business.provider.PasswordRecoverableException
| Package | Description |
|---|---|
| org.correomqtt.business.provider | |
| org.correomqtt.gui.keyring |
-
Uses of PasswordRecoverableException in org.correomqtt.business.provider
Methods in org.correomqtt.business.provider that throw PasswordRecoverableException Modifier and Type Method Description voidSecretStoreProvider. encryptAndSavePasswords(String masterPassword)voidSecretStoreProvider. ensurePasswordsAreDecrypted(String masterPassword)StringSecretStoreProvider. getPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type)voidSettingsProvider. initializePasswords(String masterPassword)voidSettingsProvider. saveConnections(List<ConnectionConfigDTO> connections, String masterPassword)voidSecretStoreProvider. setPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type, String password)voidSettingsProvider. wipeSecretData(String masterPassword) -
Uses of PasswordRecoverableException in org.correomqtt.gui.keyring
Methods in org.correomqtt.gui.keyring that throw PasswordRecoverableException Modifier and Type Method Description voidConsumerWithRetry. apply(String t)