Package overit.geocall.base.rs2.user
Class PasswordChange
java.lang.Object
overit.geocall.base.rs2.user.PasswordChange
Data transfer object used to request a password change.
This bean contains both old and new password, and they refers to the current logged in user. For this reason this DTO is typically used as input payload of an authenticated web service (e.g.
This bean contains both old and new password, and they refers to the current logged in user. For this reason this DTO is typically used as input payload of an authenticated web service (e.g.
change password service).- Since:
- 9.0
- GCApi:
- dto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
password
the old password -
newPassword
the new password
-
-
Constructor Details
-
PasswordChange
public PasswordChange()
-