Class EPersonPasswordAddOperation.PasswordVO
java.lang.Object
org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation.PasswordVO
- Enclosing class:
- EPersonPasswordAddOperation<R>
Value object that stores the new password to set and the current password to
verify. This object models the value of the operation.
- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentPassword(String currentPassword) voidsetNewPassword(String newPassword)
-
Constructor Details
-
PasswordVO
public PasswordVO()
-
-
Method Details
-
getNewPassword
-
setNewPassword
-
getCurrentPassword
-
setCurrentPassword
-