Class PasswordResetEmailRequestDTO
java.lang.Object
com.broadleafcommerce.auth.user.api.dto.PasswordResetEmailRequestDTO
- All Implemented Interfaces:
Serializable
This form backs the reset password HTML form as a DTO.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe client id associated with the request.TheLocalefor this request.The username of the user to reset a password.inthashCode()voidsetClientId(String clientId) The client id associated with the request.voidTheLocalefor this request.voidsetUsername(String username) The username of the user to reset a password.toString()
-
Constructor Details
-
PasswordResetEmailRequestDTO
public PasswordResetEmailRequestDTO()
-
-
Method Details
-
getUsername
The username of the user to reset a password. -
getLocale
TheLocalefor this request. -
getClientId
The client id associated with the request. -
setUsername
The username of the user to reset a password. -
setLocale
TheLocalefor this request. -
setClientId
The client id associated with the request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-