| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.db |
Low-level database connection and access functionality.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLoginMessage |
CmsVariablesConfiguration.getBeforeLoginMessage()
Returns the login message.
|
CmsLoginMessage |
CmsVariablesConfiguration.getLoginMessage()
Returns the login message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsVariablesConfiguration.setBeforeLoginMessage(CmsLoginMessage message)
Adds the before login message from the configuration.
|
void |
CmsVariablesConfiguration.setLoginMessage(CmsLoginMessage message)
Adds the login message from the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLoginMessage |
CmsLoginManager.getBeforeLoginMessage()
Returns the current before login message that is displayed on the login form.
|
CmsLoginMessage |
CmsLoginManager.getLoginMessage()
Returns the current login message that is displayed if a user logs in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|