Class UserController
java.lang.Object
org.qubership.atp.dataset.service.rest.server.UserController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets current user settings.
-
Constructor Details
-
UserController
public UserController()
-
-
Method Details
-
getUserSettings
@PreAuthorize("@entityAccess.isAuthenticated()") @GetMapping("/current/settings") public UserSettingsResponse getUserSettings()Gets current user settings.
-