Uses of Record Class
com.bank.auth_service.dto.LoginUserDto
Packages that use LoginUserDto
Package
Description
-
Uses of LoginUserDto in com.bank.auth_service.controller
Methods in com.bank.auth_service.controller with parameters of type LoginUserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<AuthenticationTokenDto> AuthenticationController.authenticate
(LoginUserDto loginUserDto, jakarta.servlet.http.HttpServletRequest httpServletRequest) Authenticates a user with email and password, generating authentication tokens. -
Uses of LoginUserDto in com.bank.auth_service.service
Methods in com.bank.auth_service.service with parameters of type LoginUserDtoModifier and TypeMethodDescriptionAuthenticationService.login
(LoginUserDto loginUserDto, jakarta.servlet.http.HttpServletRequest request) Authenticates a user using provided credentials and generates authentication tokens. -
Uses of LoginUserDto in com.bank.auth_service.service.impl
Methods in com.bank.auth_service.service.impl with parameters of type LoginUserDtoModifier and TypeMethodDescriptionAuthenticationServiceImpl.login
(LoginUserDto loginUserDto, jakarta.servlet.http.HttpServletRequest request)