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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
org.modelmapper.ModelMapper
fromMe()
Class<?>
getId()
The username used in the login attempt.int
hashCode()
boolean
void
setAttemptTime
(Instant attemptTime) void
setAuthServerId
(String authServerId) void
setConsidered
(boolean considered) void
void
setLoginAttemptResult
(String loginAttemptResult) void
void
setUsername
(String username) The username used in the login attempt.org.modelmapper.ModelMapper
toMe()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Constructor Details
-
JpaUserLoginAttempt
public JpaUserLoginAttempt()
-
-
Method Details
-
getBusinessDomainType
- Specified by:
getBusinessDomainType
in interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMe
in 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
-