Class ChangePasswordForm
java.lang.Object
com.broadleafcommerce.auth.user.api.dto.ChangePasswordForm
- All Implemented Interfaces:
Serializable
This form backs the change password HTML form as a DTO.
- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setClient_id
(String client_id) void
setCurrentPassword
(String currentPassword) void
setNewPassword
(String newPassword) void
setNewPasswordConfirm
(String newPasswordConfirm) toString()
-
Constructor Details
-
ChangePasswordForm
public ChangePasswordForm()
-
-
Method Details