Class CSDomainExecutor

java.lang.Object
com.io7m.certusine.vanilla.internal.CSDomainExecutor

public final class CSDomainExecutor extends Object
A domain executor.
  • Constructor Details

    • CSDomainExecutor

      public CSDomainExecutor(CSStrings inStrings, CSTelemetryServiceType inTelemetry, CSEventServiceType inEvents, CSOptions inOptions, CSDomain inDomain, Clock inClock, CSCertificateStoreType inCertificateStore, Function<CSAccount,org.shredzone.acme4j.Session> inSessions)
      A domain executor.
      Parameters:
      inTelemetry - A telemetry service
      inStrings - String resources
      inEvents - The event service
      inOptions - The execution options
      inDomain - The executed domain
      inSessions - A provider of ACME sessions
      inClock - The clock used for time-based operations
      inCertificateStore - The certificate store
  • Method Details