Uses of Class
org.opencms.site.CmsSSLMode
-
Packages that use CmsSSLMode 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. -
-
Uses of CmsSSLMode in org.opencms.site
Methods in org.opencms.site that return CmsSSLMode Modifier and Type Method 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.Methods in org.opencms.site that return types with arguments of type CmsSSLMode Modifier and Type Method 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.Methods in org.opencms.site with parameters of type CmsSSLMode Modifier and Type Method Description java.util.List<CmsSite>
CmsSiteManagerImpl. getAvailableSites(CmsObject cms, boolean workplaceMode, boolean showShared, java.lang.String ouFqn, CmsSSLMode filterMode)
Returns a list of allCmsSite
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.Method parameters in org.opencms.site with type arguments of type CmsSSLMode Modifier and Type Method 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. -
Uses of CmsSSLMode in org.opencms.ui.apps.sitemanager
Methods in org.opencms.ui.apps.sitemanager that return CmsSSLMode Modifier and Type Method Description CmsSSLMode
CmsWorkplaceServerWidget. getSSLMode()
Gets the SSL Mode.Methods in org.opencms.ui.apps.sitemanager with parameters of type CmsSSLMode Modifier and Type Method 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.Method parameters in org.opencms.ui.apps.sitemanager with type arguments of type CmsSSLMode Modifier and Type Method Description void
CmsSiteManager. updateGeneralSettings(CmsObject cms, java.lang.String defaultUri, java.util.Map<java.lang.String,CmsSSLMode> workplaceServers, java.lang.String sharedFolder)
Updates the general settings.
-