| 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_CmsCredentialsResolver |
CmsSystemConfiguration.getCredentialsResolver()
Gets the credentials resolver.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsCredentialsResolver |
OpenCmsCore.getCredentialsResolver()
Gets the configured credentials resolver instance.
|
static I_CmsCredentialsResolver |
OpenCms.getCredentialsResolver()
Gets the credentials resolver instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultCredentialsResolver
Default implementation of a I_CmsCredentialResolver, which does nothing but return the
credential which was passed in.
|