Class SecretStoreDataSourcePasswordDecrypter

    • Constructor Detail

      • SecretStoreDataSourcePasswordDecrypter

        public SecretStoreDataSourcePasswordDecrypter​(@NonNull com.atlassian.secrets.api.SecretStore secretStore)
    • Method Detail

      • decrypt

        public String decrypt​(String encryptedPassword)
        Description copied from interface: DataSourcePasswordDecrypter
        Decrypts an encrypted hibernate.connection.password. Returns null if encryptedPassword is null.
        Specified by:
        decrypt in interface DataSourcePasswordDecrypter
        Parameters:
        encryptedPassword - the encrypted representation of hibernate.connection.password. Can be null
        Returns:
        the decrypted password.