Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.token.LoginRegisterResponse
Packages that use LoginRegisterResponse
Package
Description
-
Uses of LoginRegisterResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that return types with arguments of type LoginRegisterResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<LoginRegisterResponse> AuthenticationController.finishLogin
(String username, BioAuthRequest credential) Completes the biometric authentication login process for a user.org.springframework.http.ResponseEntity
<LoginRegisterResponse> AuthenticationController.login
(AuthenticationRequest authRequest) Log in an existing user with username and passwordorg.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 LoginRegisterResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper that return LoginRegisterResponseModifier and TypeMethodDescriptionMaps User entity to DTO -
Uses of LoginRegisterResponse in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that return LoginRegisterResponseModifier and TypeMethodDescriptionAuthenticationService.finishBioAuthLogin
(String username, BioAuthRequest credential) Finishes the biometric authentication login process.AuthenticationService.login
(AuthenticationRequest request) Log in user with credentials (username and password)AuthenticationService.register
(RegisterRequest request) Registers a new, valid user.