Class PasswordChangeDto

java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.PasswordChangeDto

public class PasswordChangeDto extends Object
Class used to describe the contract of a user id DTO.
  • Field Details

    • currentPassword

      private String currentPassword
      Current Password.
    • password

      @NotBlank private @NotBlank String password
      Password.
    • checkUserDataDto

      private CheckUserDataDto checkUserDataDto
      User data for update on first login.
  • Constructor Details

    • PasswordChangeDto

      public PasswordChangeDto()