Uses of Enum
org.opencms.configuration.CmsSystemConfiguration.UserSessionMode
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsSystemConfiguration.UserSessionMode in org.opencms.configuration
Modifier and TypeFieldDescriptionstatic final CmsSystemConfiguration.UserSessionMode
CmsSystemConfiguration.DEFAULT_USER_SESSION_MODE
The default user session mode.Modifier and TypeMethodDescriptionCmsSystemConfiguration.getUserSessionMode
(boolean useDefault) Gets the user session mode.Returns the enum constant of this type with the specified name.CmsSystemConfiguration.UserSessionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CmsSystemConfiguration.UserSessionMode in org.opencms.main
Modifier and TypeMethodDescriptionCmsSessionManager.getUserSessionMode()
Gets the user session mode.Modifier and TypeMethodDescriptionprotected void
CmsSessionManager.setUserSessionMode
(CmsSystemConfiguration.UserSessionMode userSessionMode) Sets the user session mode.