org.opencms.db |
Low-level database connection and access functionality.
You should usually not access the OpenCms database directly.
To access the OpenCms VFS repository, obtain a {@link org.opencms.file.CmsObject}
which will encapsulate the current users permissions.
@version $Revision: 1.9 $
@since 6.0.0
|
Java Source File Name | Type | Comment |
CmsCacheKey.java | Class | |
CmsCacheSettings.java | Class | |
CmsDbConsistencyException.java | Class | |
CmsDbContext.java | Class | |
CmsDbContextFactory.java | Class | |
CmsDbEntryAlreadyExistsException.java | Class | |
CmsDbEntryNotFoundException.java | Class | |
CmsDbException.java | Class | |
CmsDbIoException.java | Class | |
CmsDbKeyException.java | Class | |
CmsDbPool.java | Class | Various methods to create DBCP pools.
Only JDBC Driver based pools are supported currently. |
CmsDbSqlException.java | Class | |
CmsDefaultUsers.java | Class | |
CmsDriverManager.java | Class | |
CmsExportPoint.java | Class | |
CmsExportPointDriver.java | Class | |
CmsImportFolder.java | Class | |
CmsLoginManager.java | Class | Provides functions used to check the validity of a user login.
Stores invalid login attempts and disables a user account temporarily in case
the configured threshold of invalid logins is reached.
The invalid login attempt storage operates on a combination of user name, login remote IP address and
user type. |
CmsLoginMessage.java | Class | |
CmsPublishedResource.java | Class | Represents the state of a published resource *before* it got published.
This allows various subsequent tasks in the Cms app. |
CmsPublishList.java | Class | A container for all new/changed/deteled Cms resources that are published together.
Only classes inside the org.opencms.db package can add or remove elements to or from this list. |
CmsResourceState.java | Class | |
CmsSecurityManager.java | Class | The OpenCms security manager.
The security manager checks the permissions required for a user action invoke by the Cms object. |
CmsSqlManager.java | Class | |
CmsUserExportSettings.java | Class | |
CmsUserSettings.java | Class | |
CmsVfsOnlineResourceAlreadyExistsException.java | Class | |
I_CmsBackupDriver.java | Interface | Definitions of all required backup driver methods.
A backup driver is a driver to write projects, resources and properties of
resources optionally to a second set of backup database tables while resources
get published. |
I_CmsCacheKey.java | Interface | |
I_CmsDbContextFactory.java | Interface | |
I_CmsDriver.java | Interface | |
I_CmsHistoryDriver.java | Interface | Definitions of all required history driver methods.
A history driver is a driver to write projects, resources and properties of
resources optionally to a second set of history database tables while resources
get published. |
I_CmsProjectDriver.java | Interface | Definitions of all required project driver methods. |
I_CmsUserDriver.java | Interface | Definitions of all required user driver methods. |
I_CmsVfsDriver.java | Interface | |
Messages.java | Class | |