com.opencms.util
Class PasswordValidtation
java.lang.Object
|
+--com.opencms.util.PasswordValidtation
- All Implemented Interfaces:
- I_PasswordValidation
- public class PasswordValidtation
- extends Object
- implements I_PasswordValidation
Validates OpenCms passwords.
- Version:
- 1.0
- Author:
- Hanjo Riege
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordValidtation
public PasswordValidtation()
checkNewPassword
public void checkNewPassword(CmsObject cms,
String password,
String oldPassword)
throws CmsException
- The method to check the password.
- Specified by:
checkNewPassword in interface I_PasswordValidation
- Parameters:
cms - The CmsObjectpassword - the password to checkoldPassword - the old password.
CmsException