Uses of Class
org.opencms.letsencrypt.CmsLetsEncryptConfiguration
Packages that use CmsLetsEncryptConfiguration
Package
Description
Reads and writes the XML based OpenCms configuration files.
Classes related to the LetsEncrypt docker integration.
Provides the main OpenCms "operating system".
-
Uses of CmsLetsEncryptConfiguration in org.opencms.configuration
Methods in org.opencms.configuration that return CmsLetsEncryptConfigurationModifier and TypeMethodDescriptionCmsSystemConfiguration.getLetsEncryptConfig()
Gets the LetsEncrypt configuration.Methods in org.opencms.configuration with parameters of type CmsLetsEncryptConfigurationModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setLetsEncryptConfig
(CmsLetsEncryptConfiguration letsEncryptConfig) Sets the LetsEncrypt configuration. -
Uses of CmsLetsEncryptConfiguration in org.opencms.letsencrypt
Constructors in org.opencms.letsencrypt with parameters of type CmsLetsEncryptConfigurationModifierConstructorDescriptionCreates a new instance.Creates a new instance. -
Uses of CmsLetsEncryptConfiguration in org.opencms.main
Methods in org.opencms.main that return CmsLetsEncryptConfigurationModifier and TypeMethodDescriptionstatic CmsLetsEncryptConfiguration
OpenCms.getLetsEncryptConfig()
Gets the LetsEncrypt configuration.protected CmsLetsEncryptConfiguration
OpenCmsCore.getLetsEncryptConfig()
Gets the LetsEncrypt configuration.