Uses of Enum
org.opencms.site.CmsSSLMode
Packages that use 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
Methods in org.opencms.site that return CmsSSLModeModifier and TypeMethodDescriptionstatic CmsSSLModeCmsSSLMode.getDefault()The default SSL Mode.static CmsSSLModeCmsSSLMode.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 CmsSSLModeReturns 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.Methods in org.opencms.site that return types with arguments of type CmsSSLModeModifier and TypeMethodDescriptionstatic List<CmsSSLMode> CmsSSLMode.availableModes(boolean includeOldStyle, boolean includeLetsEncrypt) List of all available modes.CmsSiteManagerImpl.getWorkplaceServersMap()Returns the configured worklace servers.Methods in org.opencms.site with parameters of type CmsSSLModeModifier and TypeMethodDescriptionCmsSiteManagerImpl.getAvailableSites(CmsObject cms, boolean workplaceMode, boolean showShared, String ouFqn, CmsSSLMode filterMode) Returns a list of allCmsSiteinstances 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.voidCmsSite.setSSLMode(CmsSSLMode mode) Sets the SSLMode of the site.Method parameters in org.opencms.site with type arguments of type CmsSSLModeModifier and TypeMethodDescriptionvoidCmsSiteManagerImpl.updateGeneralSettings(CmsObject cms, String defaulrUri, Map<String, CmsSSLMode> workplaceServers, String sharedFolder) Updates the general settings. -
Uses of CmsSSLMode in org.opencms.ui.apps.sitemanager
Methods in org.opencms.ui.apps.sitemanager that return CmsSSLModeMethods in org.opencms.ui.apps.sitemanager with parameters of type CmsSSLModeModifier and TypeMethodDescriptionprotected static com.vaadin.v7.data.util.IndexedContainerCmsEditSiteForm.getSSLModeContainer(String captionProp, boolean includeOldStyle, CmsSSLMode currentValue) Creates an IndexedContaienr for use in SSL mode selection widgets.Method parameters in org.opencms.ui.apps.sitemanager with type arguments of type CmsSSLModeModifier and TypeMethodDescriptionvoidCmsSiteManager.updateGeneralSettings(CmsObject cms, String defaultUri, Map<String, CmsSSLMode> workplaceServers, String sharedFolder) Updates the general settings.