@nospamproxy/core
    Preparing search index...

    Class ConfigurationManager<TConfig>

    Exposes a set of helper methods to access application configuration.

    Type Parameters

    Index

    Constructors

    Accessors

    • get hideTenantSelection(): boolean

      Returns boolean

    • get systemConfigs(): TConfig

      Returns TConfig

    Methods

    • This configures the (cloud) service endpoints.

      Parameters

      Returns void

    • Returns string

    • Returns string

    • Returns string

    • Returns string

    • Returns string | null

    • Exposes the dkim${index}${algorithm} endpoint. This is undefined on premise.

      Parameters

      • index: 1 | 2
      • algorithm: "rsa" | "ed25519"

      Returns string

    • Exposes the dns validation endpoint. This is undefined on premise.

      Returns string

    • Returns number

    • Returns number

    • Returns string | URL | undefined

    • Returns URL

    • Exposes the mail exchanger record endpoint. This is undefined on premise.

      Returns string

    • Returns string

    • Exposes the spf endpoint. This is undefined on premise.

      Returns string

    • Returns string

    • Returns string

    • Returns string

    • Returns string

    • Parameters

      • featureName: string

      Returns boolean

    • Sets the configuration. An explicit method is needed to avoid problems regarding injecting the configuration while instantiating the class with DI. Also, this class is a part of vanilla JavaScript package.

      Parameters

      Returns void