Package | Description |
---|---|
org.opencms.ade.configuration |
Contains the ade configuration classes.
|
org.opencms.monitor |
Contains functions to monitor the OpenCms system status.
|
org.opencms.rmi |
The CmsRemoteShell allows to manipulate a running server using OpenCms shell commands.
|
org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
Constructor and Description |
---|
CmsADEManager(CmsObject adminCms,
CmsMemoryMonitor memoryMonitor,
CmsSystemConfiguration systemConfiguration)
Creates a new ADE manager.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsMemoryMonitor.initialize(CmsSystemConfiguration configuration)
Initializes the monitor with the provided configuration.
|
Modifier and Type | Method and Description |
---|---|
static CmsRemoteShellServer |
CmsRemoteShellServer.initialize(CmsSystemConfiguration systemConfiguration)
Initializes the remote shell server.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsDefaultPermissionHandler.init(CmsDriverManager driverManager,
CmsSystemConfiguration systemConfiguration) |
void |
I_CmsPermissionHandler.init(CmsDriverManager driverManager,
CmsSystemConfiguration systemConfiguration)
Initializes internal variables needed to work.
|