public interface LoginAttempt extends Serializable
| Modifier and Type | Method and Description |
|---|---|
short |
getAttempts() |
Date |
getExpiredTime() |
Date |
getLatestTime() |
String |
getUsername() |
void |
increaseAttempt()
increase attempt & update the latest time to current time
|
String getUsername()
short getAttempts()
Date getExpiredTime()
Date getLatestTime()
void increaseAttempt()
Copyright © 2018. All rights reserved.