Uses of Class
org.opencms.db.CmsLoginMessage
Package
Description
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
-
Uses of CmsLoginMessage in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsVariablesConfiguration.getBeforeLoginMessage()
Returns the login message.CmsVariablesConfiguration.getLoginMessage()
Returns the login message.Modifier and TypeMethodDescriptionvoid
CmsVariablesConfiguration.setBeforeLoginMessage
(CmsLoginMessage message) Adds the before login message from the configuration.void
CmsVariablesConfiguration.setLoginMessage
(CmsLoginMessage message) Adds the login message from the configuration. -
Uses of CmsLoginMessage in org.opencms.db
Modifier and TypeMethodDescriptionCmsLoginManager.getBeforeLoginMessage()
Returns the current before login message that is displayed on the login form.CmsLoginManager.getLoginMessage()
Returns the current login message that is displayed if a user logs in.Modifier and TypeMethodDescriptionvoid
CmsLoginManager.setBeforeLoginMessage
(CmsObject cms, CmsLoginMessage message) Sets the before login message to display on the login form.void
CmsLoginManager.setLoginMessage
(CmsObject cms, CmsLoginMessage message) Sets the login message to display if a user logs in.