* Gets the recover password criteria.
* @return the recover password criteria
*/
public RecoverPasswordCriteria getRecoverPasswordCriteria() {
if (_recoverPasswordCriteria == null) {
_recoverPasswordCriteria = new RecoverPasswordCriteria();
}
return _recoverPasswordCriteria;
}