Uses of Record Class
it.univr.passportease.dto.output.LoginOutput
Package
Description
-
Uses of LoginOutput in it.univr.passportease.controller.user
Modifier and TypeMethodDescriptionThis mutation logs in the user and returns the access token and the refresh token.UserAuthController.registerUser
(RegisterInput registerInput) This mutation registers the user and returns the access token and the refresh token. -
Uses of LoginOutput in it.univr.passportease.controller.worker
Modifier and TypeMethodDescriptionWorkerAuthController.loginWorker
(String username, String password) Logs in the worker with the given username and password.WorkerAuthController.registerWorker
(WorkerInput workerInput) Deprecated. -
Uses of LoginOutput in it.univr.passportease.helper.map
Modifier and TypeMethodDescriptionMapUser.mapUserToLoginOutput
(User user, JWT accessToken) MapUser
toLoginOutput
.MapWorker.mapWorkerToLoginOutput
(Worker worker, JWT accessToken) MapWorker
toLoginOutput
-
Uses of LoginOutput in it.univr.passportease.service.user
Modifier and TypeMethodDescriptionLogs in the user with the given fiscal code and password.UserAuthService.register
(RegisterInput registerInput) Registers the user with the given input. -
Uses of LoginOutput in it.univr.passportease.service.user.impl
Modifier and TypeMethodDescriptionLogs in the user.UserAuthServiceImpl.register
(RegisterInput registerInput) Registers the user. -
Uses of LoginOutput in it.univr.passportease.service.worker
Modifier and TypeMethodDescriptionLogs in the worker with the given fiscal code and password.WorkerAuthService.register
(WorkerInput workerInput) Deprecated. -
Uses of LoginOutput in it.univr.passportease.service.worker.impl
Modifier and TypeMethodDescriptionLogin aWorker
WorkerAuthServiceImpl.register
(WorkerInput workerInput)
WorkerAuthController.loginWorker(String, String)
instead.