Package org.opencms.letsencrypt
Class CmsSiteConfigToLetsEncryptConfigConverter.SiteDomainInfo
java.lang.Object
org.opencms.letsencrypt.CmsSiteConfigToLetsEncryptConfigConverter.SiteDomainInfo
- Enclosing class:
- CmsSiteConfigToLetsEncryptConfigConverter
Represents the domain information for a single site.
-
Constructor Summary
ConstructorDescriptionSiteDomainInfo
(Set<String> domains, String commonRootDomain, boolean invalidPort) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the common root domain.Gets the set of domains.boolean
True if an invalid port was used.
-
Constructor Details
-
SiteDomainInfo
Creates a new instance.- Parameters:
domains
- the set of domainscommonRootDomain
- the common root domaininvalidPort
- true if an invalid port was used
-
-
Method Details
-
getCommonRootDomain
Gets the common root domain.- Returns:
- the common root domain
-
getDomains
Gets the set of domains.- Returns:
- the set of domains
-
hasInvalidPort
True if an invalid port was used.- Returns:
- true if an invalid port was used
-