Package org.cyclos.entities.access
Class FailedPasswordLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.access.FailedActionLog
-
- org.cyclos.entities.access.UserFailedActionLog
-
- org.cyclos.entities.access.FailedPasswordLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity
@Entity public class FailedPasswordLog extends UserFailedActionLog
Stores an invalid attempt for a user password. Used in order to know whether to block / disable that password
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.access.FailedActionLog
date, network, remoteAddress
-
-
Constructor Summary
Constructors Constructor Description FailedPasswordLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordTypegetPasswordType()booleanisForgot()voidsetForgot(boolean forgot)voidsetPasswordType(PasswordType passwordType)-
Methods inherited from class org.cyclos.entities.access.UserFailedActionLog
getUser, setUser
-
Methods inherited from class org.cyclos.entities.access.FailedActionLog
getDate, getNetwork, getRemoteAddress, setDate, setNetwork, setRemoteAddress
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getPasswordType
public PasswordType getPasswordType()
-
isForgot
public boolean isForgot()
-
setForgot
public void setForgot(boolean forgot)
-
setPasswordType
public void setPasswordType(PasswordType passwordType)
-
-