Uses of Class
it.univr.passportease.exception.illegalstate.UserAlreadyExistsException
Package
Description
-
Uses of UserAlreadyExistsException in it.univr.passportease.controller.user
Modifier 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
Modifier and TypeMethodDescriptionUserAuthService.register
(RegisterInput registerInput) Registers the user with the given input. -
Uses of UserAlreadyExistsException in it.univr.passportease.service.user.impl
Modifier and TypeMethodDescriptionUserAuthServiceImpl.register
(RegisterInput registerInput) Registers the user.