Class CmsSiteConfigToLetsEncryptConfigConverter.SiteDomainInfo

java.lang.Object
org.opencms.letsencrypt.CmsSiteConfigToLetsEncryptConfigConverter.SiteDomainInfo
Enclosing class:
CmsSiteConfigToLetsEncryptConfigConverter

Represents the domain information for a single site.

  • Constructor Details

    • SiteDomainInfo

      public SiteDomainInfo(Set<String> domains, String commonRootDomain, boolean invalidPort)
      Creates a new instance.

      Parameters:
      domains - the set of domains
      commonRootDomain - the common root domain
      invalidPort - true if an invalid port was used
  • Method Details

    • getCommonRootDomain

      Gets the common root domain.

      Returns:
      the common root domain
    • getDomains

      public Set<String> getDomains()
      Gets the set of domains.

      Returns:
      the set of domains
    • hasInvalidPort

      public boolean hasInvalidPort()
      True if an invalid port was used.

      Returns:
      true if an invalid port was used