Uses of Record Class
com.bank.auth_service.dto.AuthenticationTokenDto
Packages that use AuthenticationTokenDto
Package
Description
-
Uses of AuthenticationTokenDto in com.bank.auth_service.controller
Methods in com.bank.auth_service.controller that return types with arguments of type AuthenticationTokenDtoModifier 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 AuthenticationTokenDto in com.bank.auth_service.service
Methods in com.bank.auth_service.service that return AuthenticationTokenDtoModifier and TypeMethodDescriptionAuthenticationService.login
(LoginUserDto loginUserDto, jakarta.servlet.http.HttpServletRequest request) Authenticates a user using provided credentials and generates authentication tokens. -
Uses of AuthenticationTokenDto in com.bank.auth_service.service.impl
Methods in com.bank.auth_service.service.impl that return AuthenticationTokenDtoModifier and TypeMethodDescriptionAuthenticationServiceImpl.login
(LoginUserDto loginUserDto, jakarta.servlet.http.HttpServletRequest request)