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
FieldsModifier and TypeFieldDescriptionprivate BooleanThe active status.private StringThe hash of the password.private StringThe refresh token.private RegisterInputThe register input. -
Constructor Summary
Constructors -
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()
-