Uses of Record Class
it.univr.passportease.dto.output.LoginOutput
Packages that use LoginOutput
Package
Description
-
Uses of LoginOutput in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that return LoginOutputModifier 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
Methods in it.univr.passportease.controller.worker that return LoginOutputModifier 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
Methods in it.univr.passportease.helper.map that return LoginOutputModifier 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
Methods in it.univr.passportease.service.user that return LoginOutputModifier 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
Methods in it.univr.passportease.service.user.impl that return LoginOutputModifier and TypeMethodDescriptionLogs in the user.UserAuthServiceImpl.register
(RegisterInput registerInput) Registers the user. -
Uses of LoginOutput in it.univr.passportease.service.worker
Methods in it.univr.passportease.service.worker that return LoginOutputModifier 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
Methods in it.univr.passportease.service.worker.impl that return LoginOutputModifier and TypeMethodDescriptionLogin aWorker
WorkerAuthServiceImpl.register
(WorkerInput workerInput)
WorkerAuthController.loginWorker(String, String)
instead.