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()booleancanResetAttempts(long lockDuration, int lockCount) longgetCount()getMinutesToReset(long lockDuration) toString()withAttemptCount(long attemptCount)
-
Constructor Details
-
PasswordResetAttempt
public PasswordResetAttempt()
-
-
Method Details
-
getCount
public long getCount() -
withAttemptCount
-
attempt
-
toString
-
canResetAttempts
public boolean canResetAttempts(long lockDuration, int lockCount) -
getMinutesToReset
-