Uses of Class
it.univr.passportease.exception.illegalstate.UserAlreadyExistsException
Packages that use UserAlreadyExistsException
Package
Description
-
Uses of UserAlreadyExistsException in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionUserAuthController.registerUser
(RegisterInput registerInput) This mutation registers the user and returns the access token and the refresh token. -
Uses of UserAlreadyExistsException in it.univr.passportease.service.user
Methods in it.univr.passportease.service.user that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionUserAuthService.register
(RegisterInput registerInput) Registers the user with the given input. -
Uses of UserAlreadyExistsException in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionUserAuthServiceImpl.register
(RegisterInput registerInput) Registers the user.