Uses of Class
es.kukenan.smartfi.microservice.backoffice.dtos.LoginRequest
Packages that use LoginRequest
Package
Description
Controllers and related beans and dependencies.
Services and internal components package.
-
Uses of LoginRequest in es.kukenan.smartfi.microservice.backoffice.controller
Methods in es.kukenan.smartfi.microservice.backoffice.controller with parameters of type LoginRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AuthController.authenticateUser(LoginRequest loginRequest) Login controller for authentication. -
Uses of LoginRequest in es.kukenan.smartfi.microservice.backoffice.service
Methods in es.kukenan.smartfi.microservice.backoffice.service with parameters of type LoginRequestModifier and TypeMethodDescriptionprotected booleanAuthService.checkCredentials(LoginRequest loginDto, User user) org.springframework.http.ResponseEntity<?>AuthService.doLogin(LoginRequest loginRequest) login method for DB authentication.