Package

akka.persistence.gdpr

testkit

Permalink

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. class TestGdprEncryption extends AbstractGdprEncryption

    Permalink

    Implementation of GdprEncryption for unit testing purposes.

    Implementation of GdprEncryption for unit testing purposes. Don't use in production, since it is only holding the generated keys in memory.

    It can be enabled in configuration with:

    akka.persistence.gdpr.encryption-provider = "akka.persistence.gdpr.test-provider"

Ungrouped