Uses of Class
no.idata1002.group19.domain.entity.UserCredentials
-
Uses of UserCredentials in no.idata1002.group19.web.api
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
UserController.addUser
(UserCredentials credentials) Adds a new user to the system using the UserService and returns an appropriate HTTP response.org.springframework.http.ResponseEntity<?>
UserController.update
(long id, UserCredentials credentials) Updates a user with the specified ID using the UserService and returns an appropriate HTTP response.