Uses of Class
org.opencms.configuration.CmsSystemConfiguration.UserSessionMode
-
Packages that use CmsSystemConfiguration.UserSessionMode Package Description org.opencms.configuration Reads and writes the XML based OpenCms configuration files.org.opencms.main Provides the main OpenCms "operating system". -
-
Uses of CmsSystemConfiguration.UserSessionMode in org.opencms.configuration
Fields in org.opencms.configuration declared as CmsSystemConfiguration.UserSessionMode Modifier and Type Field Description static CmsSystemConfiguration.UserSessionModeCmsSystemConfiguration. DEFAULT_USER_SESSION_MODEThe default user session mode.Methods in org.opencms.configuration that return CmsSystemConfiguration.UserSessionMode Modifier and Type Method Description CmsSystemConfiguration.UserSessionModeCmsSystemConfiguration. getUserSessionMode(boolean useDefault)Gets the user session mode.static CmsSystemConfiguration.UserSessionModeCmsSystemConfiguration.UserSessionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CmsSystemConfiguration.UserSessionMode[]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.UserSessionMode Modifier and Type Method Description CmsSystemConfiguration.UserSessionModeCmsSessionManager. getUserSessionMode()Gets the user session mode.Methods in org.opencms.main with parameters of type CmsSystemConfiguration.UserSessionMode Modifier and Type Method Description protected voidCmsSessionManager. setUserSessionMode(CmsSystemConfiguration.UserSessionMode userSessionMode)Sets the user session mode.
-