Uses of Class
org.opencms.db.CmsLoginMessage
Packages that use 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
Methods in org.opencms.configuration that return CmsLoginMessageModifier and TypeMethodDescriptionCmsVariablesConfiguration.getBeforeLoginMessage()
Returns the login message.CmsVariablesConfiguration.getLoginMessage()
Returns the login message.Methods in org.opencms.configuration with parameters of type CmsLoginMessageModifier 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
Methods in org.opencms.db that return CmsLoginMessageModifier 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.Methods in org.opencms.db with parameters of type CmsLoginMessageModifier 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.