Class EPersonPasswordAddOperation.PasswordVO
- java.lang.Object
-
- org.dspace.app.rest.repository.patch.operation.EPersonPasswordAddOperation.PasswordVO
-
- Enclosing class:
- EPersonPasswordAddOperation<R>
public static class EPersonPasswordAddOperation.PasswordVO extends Object
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 Constructor Description PasswordVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getCurrentPassword()Optional<String>getNewPassword()voidsetCurrentPassword(String currentPassword)voidsetNewPassword(String newPassword)
-