| Package | Description |
|---|---|
| org.opencms.site |
Provides access to the multi-site configuration of OpenCms.
|
| org.opencms.ui.apps.sitemanager |
Contains classes of the site manager app.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSSLMode |
CmsSSLMode.getDefault()
The default SSL Mode.
|
static CmsSSLMode |
CmsSSLMode.getModeFromXML(java.lang.String xmlValue)
Gets CmsSSLMode from given XML value.
|
CmsSSLMode |
CmsSite.getSSLMode()
Gets the SSLMode of the site.
|
CmsSSLMode |
CmsSiteManagerImpl.getSSLModeForWorkplaceServer(java.lang.String server)
Gets the SSLMode for given workplace server.
|
static CmsSSLMode |
CmsSSLMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSSLMode[] |
CmsSSLMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CmsSSLMode> |
CmsSSLMode.availableModes(boolean includeOldStyle,
boolean includeLetsEncrypt)
List of all available modes.
|
java.util.Map<java.lang.String,CmsSSLMode> |
CmsSiteManagerImpl.getWorkplaceServersMap()
Returns the configured worklace servers.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSite> |
CmsSiteManagerImpl.getAvailableSites(CmsObject cms,
boolean workplaceMode,
boolean showShared,
java.lang.String ouFqn,
CmsSSLMode filterMode)
Returns a list of all
CmsSite instances that are compatible to the given organizational unit. |
java.util.List<CmsSite> |
CmsSiteManagerImpl.getAvailableSites(CmsObject cms,
boolean workplaceMode,
CmsSSLMode filterMode)
Returns a list of all sites available (visible) for the current user.
|
java.util.List<java.lang.String> |
CmsSiteManagerImpl.getWorkplaceServers(CmsSSLMode filterMode)
Returns the configured worklace servers.
|
void |
CmsSite.setSSLMode(CmsSSLMode mode)
Sets the SSLMode of the site.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSiteManagerImpl.updateGeneralSettings(CmsObject cms,
java.lang.String defaulrUri,
java.util.Map<java.lang.String,CmsSSLMode> workplaceServers,
java.lang.String sharedFolder)
Updates the general settings.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSSLMode |
CmsWorkplaceServerWidget.getSSLMode()
Gets the SSL Mode.
|
| Modifier and Type | Method and Description |
|---|---|
protected static com.vaadin.v7.data.util.IndexedContainer |
CmsEditSiteForm.getSSLModeContainer(java.lang.String captionProp,
boolean includeOldStyle,
CmsSSLMode currentValue)
Creates an IndexedContaienr for use in SSL mode selection widgets.
|