Predictions 4.10.0.0

hirondelle.predict.pub.resetpassword
Class ResetPasswordDAO

Object
  extended by hirondelle.predict.pub.resetpassword.ResetPasswordDAO

final class ResetPasswordDAO
extends Object

Data Access Object (DAO) for resetting the user's password.


Constructor Summary
ResetPasswordDAO()
           
 
Method Summary
(package private)  int resetPassword(ResetPassword aReset)
          Reset the password to a new value.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetPasswordDAO

ResetPasswordDAO()
Method Detail

resetPassword

int resetPassword(ResetPassword aReset)
            throws DAOException
Reset the password to a new value.

The user account is identified by the email address. The update occurs only if the nonce value present in aReset matches the nonce attached to the user account, and only if the nonce is not more than 15 minutes old.

Throws:
DAOException

Predictions 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.27