Uses of Class
com.iizix.server.acme.LetsEncryptDomain
Packages that use LetsEncryptDomain Package Description com.iizigo.server.config com.iizix.server.acme com.iizix.server.prop Uses of LetsEncryptDomain in com.iizigo.server.config
Subclasses of LetsEncryptDomain in com.iizigo.server.config Modifier and Type Class Description class
EditorLetsEncryptDomain
Editor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of LetsEncryptDomain in com.iizix.server.acme
Methods in com.iizix.server.acme that return LetsEncryptDomain Modifier and Type Method Description LetsEncryptDomain
LetsEncryptDomain. clone()
Creates a clone out of this property.Uses of LetsEncryptDomain in com.iizix.server.prop
Methods in com.iizix.server.prop that return LetsEncryptDomain Modifier and Type Method Description LetsEncryptDomain
WebServerPortConfig. getLetsEncryptDomain(java.lang.String domain)
Gets the Let's Encrypt domain instance for a specific domain name.LetsEncryptDomain[]
ServerSettings. getLetsEncryptDomains()
Gets the Let's Encrypt domains.LetsEncryptDomain[]
WebServerPortConfig. getLetsEncryptDomains()
Gets the Let's Encrypt domain instances associated with this port configuration.