protected class AdminSecurityMgr.LoginAttempt
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
lastAttempt |
private int |
numberAttempts |
Constructor and Description |
---|
LoginAttempt() |
Modifier and Type | Method and Description |
---|---|
long |
getLastAttempt() |
int |
getNumberAttempts() |
boolean |
isBlocked()
Register another login attempt
|
void |
setLastAttempt(long lastAttempt) |
void |
setNumberAttempts(int numberAttempts) |
public boolean isBlocked() throws KKAdminException
KKAdminException
- unexpected exception in the KonaKart Admin Enginepublic long getLastAttempt()
public void setLastAttempt(long lastAttempt)
lastAttempt
- The lastAttempt to set.public int getNumberAttempts()
public void setNumberAttempts(int numberAttempts)
numberAttempts
- The numberAttempts to set.Copyright © 2018 DS Data Systems UK Ltd.