Class JpaUserHistoricalPassword
java.lang.Object
com.broadleafcommerce.auth.user.provider.jpa.domain.JpaUserHistoricalPassword
- All Implemented Interfaces:
Serializable
Persistent version of
UserHistoricalPassword
. This is expected to be embedded in a
collection on JpaUser.getPasswordHistory()
.- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The date when the password was created.The encrypted, previous password the user used.int
hashCode()
void
setDateCreated
(Instant dateCreated) The date when the password was created.void
setPassword
(String password) The encrypted, previous password the user used.toString()
-
Constructor Details
-
JpaUserHistoricalPassword
public JpaUserHistoricalPassword()
-
-
Method Details
-
getDateCreated
The date when the password was created. -
getPassword
The encrypted, previous password the user used. -
setDateCreated
The date when the password was created. -
setPassword
The encrypted, previous password the user used. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-