@RestController public class AuthenticateController extends Object
| Constructor and Description |
|---|
AuthenticateController() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(UserDTO credentialsDTO,
javax.servlet.http.HttpServletResponse response) |
@PostMapping(value="/api/authenticate")
public void authenticate(@RequestBody
UserDTO credentialsDTO,
javax.servlet.http.HttpServletResponse response)
Copyright © 2019. All rights reserved.