Class RegisterInputDB

java.lang.Object
it.univr.passportease.dto.input.RegisterInputDB

public class RegisterInputDB extends Object
Class used to store the data of a user to be registered in the database. Contains the data of the user, the hash of the password, the refresh token and the active status.
  • Field Details

    • registerInput

      private RegisterInput registerInput
      The register input.
    • hashPassword

      private String hashPassword
      The hash of the password.
    • active

      private Boolean active
      The active status.
    • refreshToken

      private String refreshToken
      The refresh token.
  • Constructor Details

    • RegisterInputDB

      public RegisterInputDB()