Uses of Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.exception.user.UserAlreadyExistsException
Packages that use UserAlreadyExistsException
Package
Description
-
Uses of UserAlreadyExistsException in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<LoginRegisterResponse> AuthenticationController.register
(RegisterRequest registerRequest) Registers a new user with a given username, password, email, first name and last name -
Uses of UserAlreadyExistsException in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that throw UserAlreadyExistsExceptionModifier and TypeMethodDescriptionAuthenticationService.register
(RegisterRequest request) Registers a new, valid user.