LiberatorContainerExtension

constructor(containerConfig: LiberatorContainerExtension.ContainerConfig = DefaultContainerConfig(), objectMapper: ObjectMapper = jacksonObjectMapper())(source)

Parameters

containerConfig

how the container is built and how clients authenticate against it. Defaults to a DefaultContainerConfig that builds a Liberator image with a generated KeyMaster key pair. Supply a CustomContainerConfig to run against a pre-built container.

objectMapper

Jackson mapper used when (de)serialising messages over the connection.