Uses of Class
com.Server.dto.Request.LoginRequest
| Package | Description |
|---|---|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
-
Uses of LoginRequest in com.Server.controller
Methods in com.Server.controller with parameters of type LoginRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<?>AuthenticationController. authenticateUser(LoginRequest loginRequest)This method is use to login / authentication user.