Package it.univr.passportease.dto.input
Class RegisterInputDB
java.lang.Object
it.univr.passportease.dto.input.RegisterInputDB
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 Summary
Modifier and TypeFieldDescriptionprivate Boolean
The active status.private String
The hash of the password.private String
The refresh token.private RegisterInput
The register input. -
Constructor Summary
-
Method Summary
-
Field Details
-
registerInput
The register input. -
hashPassword
The hash of the password. -
active
The active status. -
refreshToken
The refresh token.
-
-
Constructor Details
-
RegisterInputDB
public RegisterInputDB()
-