Uses of Enum
org.opencms.configuration.CmsSystemConfiguration.UserSessionMode
Packages that use 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
Fields in org.opencms.configuration declared as CmsSystemConfiguration.UserSessionModeModifier and TypeFieldDescriptionstatic final CmsSystemConfiguration.UserSessionModeCmsSystemConfiguration.DEFAULT_USER_SESSION_MODEThe default user session mode.Methods in org.opencms.configuration that return CmsSystemConfiguration.UserSessionModeModifier 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
Methods in org.opencms.main that return CmsSystemConfiguration.UserSessionModeModifier and TypeMethodDescriptionCmsSessionManager.getUserSessionMode()Gets the user session mode.Methods in org.opencms.main with parameters of type CmsSystemConfiguration.UserSessionModeModifier and TypeMethodDescriptionprotected voidCmsSessionManager.setUserSessionMode(CmsSystemConfiguration.UserSessionMode userSessionMode) Sets the user session mode.