| 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_CmsPasswordHandler |
CmsSystemConfiguration.getPasswordHandler()
Returns the configured password handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSystemConfiguration.setPasswordHandler(I_CmsPasswordHandler passwordHandler)
Sets the password handler class.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsPasswordHandler |
OpenCmsCore.getPasswordHandler()
Return the password handler.
|
static I_CmsPasswordHandler |
OpenCms.getPasswordHandler()
Returns the password handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsAdvancedPasswordHandler
Validates the user passwords in with advanced password requirements.
|
class |
CmsDefaultPasswordHandler
Default implementation for OpenCms password validation,
just checks if a password is at last 4 characters long.
|