| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsAuthorizationHandler |
CmsSystemConfiguration.getAuthorizationHandler()
Returns an instance of the configured authorization handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsAuthorizationHandler
Abstract class to grant the needed access to the session manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsAuthorizationHandler |
OpenCmsCore.getAuthorizationHandler()
Returns the configured authorization handler.
|
static I_CmsAuthorizationHandler |
OpenCms.getAuthorizationHandler()
Returns the configured authorization handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultAuthorizationHandler
Defines default authorization methods.
|
class |
CmsPersistentLoginAuthorizationHandler
Authorization handler which uses a special cookie sent by the user's browser for authorization.
|