com.opencms.util
Interface I_PasswordValidation

All Known Implementing Classes:
PasswordValidtation

public interface I_PasswordValidation

Defines methods for password validating objects.


Method Summary
 void checkNewPassword(CmsObject cms, String password, String oldPassword)
          The method to check the password.
 

Method Detail

checkNewPassword

public void checkNewPassword(CmsObject cms,
                             String password,
                             String oldPassword)
                      throws CmsException
The method to check the password.

Parameters:
cms - The CmsObject
password - the password to check
oldPassword - the old password.
CmsException