Class JpaUserLoginAttempt
java.lang.Object
com.broadleafcommerce.auth.user.provider.jpa.domain.JpaUserLoginAttempt
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,Serializable
@Entity
public class JpaUserLoginAttempt
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()The username used in the login attempt.inthashCode()booleanvoidsetAttemptTime(Instant attemptTime) voidsetAuthServerId(String authServerId) voidsetConsidered(boolean considered) voidvoidsetLoginAttemptResult(String loginAttemptResult) voidvoidsetUsername(String username) The username used in the login attempt.org.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Constructor Details
-
JpaUserLoginAttempt
public JpaUserLoginAttempt()
-
-
Method Details
-
getBusinessDomainType
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getId
-
getUsername
The username used in the login attempt. Required. -
getUserId
-
getAuthServerId
-
getLoginAttemptResult
-
isConsidered
public boolean isConsidered() -
getAttemptTime
-
setId
-
setUsername
The username used in the login attempt. Required. -
setUserId
-
setAuthServerId
-
setLoginAttemptResult
-
setConsidered
public void setConsidered(boolean considered) -
setAttemptTime
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-