Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.users.UserLoginDTO
Packages that use UserLoginDTO
Package
Description
-
Uses of UserLoginDTO in edu.ntnu.idatt2106_2023_06.backend.controller
Methods in edu.ntnu.idatt2106_2023_06.backend.controller with parameters of type UserLoginDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthenticationResponseDTO>
UserController.register
(UserLoginDTO userLoginDTO) Authenticates a user with login information. -
Uses of UserLoginDTO in edu.ntnu.idatt2106_2023_06.backend.service.security
Methods in edu.ntnu.idatt2106_2023_06.backend.service.security with parameters of type UserLoginDTOModifier and TypeMethodDescriptionAuthenticationService.authenticate
(UserLoginDTO request) Authenticates a user with the given credentials.IAuthenticationService.authenticate
(UserLoginDTO userLoginDTO)