Uses of Class
com.mindstore.backend.data.dto.LoginUserDto
Packages that use LoginUserDto
-
Uses of LoginUserDto in com.mindstore.backend.controller
Methods in com.mindstore.backend.controller with parameters of type LoginUserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LoginResponse> AuthenticationController.authenticate(LoginUserDto loginUserDto, jakarta.servlet.http.HttpServletResponse response) function: login a user and set a cookie -
Uses of LoginUserDto in com.mindstore.backend.service
Methods in com.mindstore.backend.service with parameters of type LoginUserDtoModifier and TypeMethodDescriptionAuthenticationService.authenticate(LoginUserDto input) function: used to authenticate a user, for example for the login by using authenticationManager