| Package | Description |
|---|---|
| org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsPasswordSecurityEvaluator.SecurityLevel |
I_CmsPasswordSecurityEvaluator.evaluatePasswordSecurity(java.lang.String password)
Evaluates the given password security.
|
I_CmsPasswordSecurityEvaluator.SecurityLevel |
CmsDefaultPasswordHandler.evaluatePasswordSecurity(java.lang.String password) |
I_CmsPasswordSecurityEvaluator.SecurityLevel |
CmsAdvancedPasswordHandler.evaluatePasswordSecurity(java.lang.String password) |
static I_CmsPasswordSecurityEvaluator.SecurityLevel |
I_CmsPasswordSecurityEvaluator.SecurityLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsPasswordSecurityEvaluator.SecurityLevel[] |
I_CmsPasswordSecurityEvaluator.SecurityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|