| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsHttpAuthenticationSettings |
CmsSystemConfiguration.getHttpAuthenticationSettings()
Returns the HTTP authentication settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSystemConfiguration.setHttpAuthenticationSettings(CmsHttpAuthenticationSettings httpAuthenticationSettings)
Sets the HTTP authentication settings.
|
| Modifier and Type | Method and Description |
|---|---|
CmsHttpAuthenticationSettings |
CmsSystemInfo.getHttpAuthenticationSettings()
Returns the HTTP authentication settings.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsSystemInfo.setHttpAuthenticationSettings(CmsHttpAuthenticationSettings httpAuthenticationSettings)
Sets the HTTP authentication settings.
|