Class CmsSiteConfigToLetsEncryptConfigConverter.SiteDomainInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      SiteDomainInfo​(java.util.Set<java.lang.String> domains, java.lang.String commonRootDomain, boolean invalidPort)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommonRootDomain()
      Gets the common root domain.
      java.util.Set<java.lang.String> getDomains()
      Gets the set of domains.
      boolean hasInvalidPort()
      True if an invalid port was used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SiteDomainInfo

        public SiteDomainInfo​(java.util.Set<java.lang.String> domains,
                              java.lang.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 Detail

      • getCommonRootDomain

        public java.lang.String getCommonRootDomain()
        Gets the common root domain.

        Returns:
        the common root domain
      • getDomains

        public java.util.Set<java.lang.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