Package de.xima.fc.mdl
Class PasswordResetAttempt
java.lang.Object
de.xima.fc.mdl.PasswordResetAttempt
- All Implemented Interfaces:
Serializable
Model class for serialising the data of an attempt to send an email to reset a user's password.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattempt()
boolean
canResetAttempts
(long lockDuration, int lockCount) long
getCount()
getMinutesToReset
(long lockDuration) toString()
withAttemptCount
(long attemptCount)