Class UserController
java.lang.Object
org.bh_foundation.e_sign.controllers.UserController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> changePassword(String old_password, String new_password) org.springframework.http.ResponseEntity<?> get()org.springframework.http.ResponseEntity<?> getGet()org.springframework.http.ResponseEntity<?> updateProfile(User request)
-
Constructor Details
-
UserController
-
-
Method Details
-
get
@GetMapping("/get") public org.springframework.http.ResponseEntity<?> get() -
getGet
@GetMapping("/get-get") public org.springframework.http.ResponseEntity<?> getGet() -
changePassword
-
updateProfile
@PutMapping("/update-profile") public org.springframework.http.ResponseEntity<?> updateProfile(@RequestBody User request)
-