程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsPasswordHandler |
CmsSystemConfiguration.getPasswordHandler()
Returns the configured password handler.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSystemConfiguration.setPasswordHandler(I_CmsPasswordHandler passwordHandler)
Sets the password handler class.
|
限定符和类型 | 方法和说明 |
---|---|
static I_CmsPasswordHandler |
OpenCms.getPasswordHandler()
Returns the password handler.
|
protected I_CmsPasswordHandler |
OpenCmsCore.getPasswordHandler()
Return the password handler.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDefaultPasswordHandler
Default implementation for OpenCms password validation,
just checks if a password is at last 4 characters long.
|