| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.letsencrypt |
Classes related to the LetsEncrypt docker integration.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsSiteManagerImpl |
CmsSitesConfiguration.getSiteManager()
Returns the site manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitesConfiguration.setSiteManager(CmsSiteManagerImpl siteManager)
Sets the site manager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CmsSiteConfigToLetsEncryptConfigConverter.run(I_CmsReport report,
CmsSiteManagerImpl siteManager)
Runs the certificate configuration update for the sites configured in a site manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsSiteManagerImpl |
OpenCmsCore.getSiteManager()
Returns the initialized site manager,
which contains information about all configured sites.
|
static CmsSiteManagerImpl |
OpenCms.getSiteManager()
Returns the initialized site manager,
which contains information about all configured sites.
|