Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.security.AuthenticationResponseDTO
Packages that use AuthenticationResponseDTO
Package
Description
-
Uses of AuthenticationResponseDTO in edu.ntnu.idatt2106_2023_06.backend.controller
Methods in edu.ntnu.idatt2106_2023_06.backend.controller that return types with arguments of type AuthenticationResponseDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AuthenticationResponseDTO>
UserController.register
(UserLoginDTO userLoginDTO) Authenticates a user with login information. -
Uses of AuthenticationResponseDTO in edu.ntnu.idatt2106_2023_06.backend.service.security
Methods in edu.ntnu.idatt2106_2023_06.backend.service.security that return AuthenticationResponseDTOModifier and TypeMethodDescriptionAuthenticationService.authenticate
(UserLoginDTO request) Authenticates a user with the given credentials.IAuthenticationService.authenticate
(UserLoginDTO userLoginDTO) AuthenticationService.register
(UserRegisterDTO userRegisterDTO) Registers a user to the system.IAuthenticationService.register
(UserRegisterDTO userRegisterDTO)