Uses of Enum
org.opencms.site.CmsSSLMode
Package
Description
Provides access to the multi-site configuration of OpenCms.
Contains classes of the site manager app.
-
Uses of CmsSSLMode in org.opencms.site
Modifier and TypeMethodDescriptionstatic CmsSSLMode
CmsSSLMode.getDefault()
The default SSL Mode.static CmsSSLMode
CmsSSLMode.getModeFromXML
(String xmlValue) Gets CmsSSLMode from given XML value.CmsSite.getSSLMode()
Gets the SSLMode of the site.CmsSiteManagerImpl.getSSLModeForWorkplaceServer
(String server) Gets the SSLMode for given workplace server.static CmsSSLMode
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 TypeMethodDescriptionstatic List<CmsSSLMode>
CmsSSLMode.availableModes
(boolean includeOldStyle, boolean includeLetsEncrypt) List of all available modes.CmsSiteManagerImpl.getWorkplaceServersMap()
Returns the configured worklace servers.Modifier and TypeMethodDescriptionCmsSiteManagerImpl.getAvailableSites
(CmsObject cms, boolean workplaceMode, boolean showShared, String ouFqn, CmsSSLMode filterMode) Returns a list of allCmsSite
instances that are compatible to the given organizational unit.CmsSiteManagerImpl.getAvailableSites
(CmsObject cms, boolean workplaceMode, CmsSSLMode filterMode) Returns a list of all sites available (visible) for the current user.CmsSiteManagerImpl.getWorkplaceServers
(CmsSSLMode filterMode) Returns the configured worklace servers.void
CmsSite.setSSLMode
(CmsSSLMode mode) Sets the SSLMode of the site.Modifier and TypeMethodDescriptionvoid
CmsSiteManagerImpl.updateGeneralSettings
(CmsObject cms, String defaulrUri, Map<String, CmsSSLMode> workplaceServers, String sharedFolder) Updates the general settings. -
Uses of CmsSSLMode in org.opencms.ui.apps.sitemanager
Modifier and TypeMethodDescriptionprotected static com.vaadin.v7.data.util.IndexedContainer
CmsEditSiteForm.getSSLModeContainer
(String captionProp, boolean includeOldStyle, CmsSSLMode currentValue) Creates an IndexedContaienr for use in SSL mode selection widgets.Modifier and TypeMethodDescriptionvoid
CmsSiteManager.updateGeneralSettings
(CmsObject cms, String defaultUri, Map<String, CmsSSLMode> workplaceServers, String sharedFolder) Updates the general settings.