Class SystemStateController
java.lang.Object
eu.rarogsoftware.rarog.platform.plugins.backdoor.rest.SystemStateController
@RestController
@RequestMapping(value="system/state",
produces="application/json")
public class SystemStateController
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) SystemStateController.AccountState
getAccountState
(RarogUser rarogUser)
-
Constructor Details
-
SystemStateController
public SystemStateController()
-
-
Method Details
-
getAccountState
@GetMapping("account/loggedin") SystemStateController.AccountState getAccountState(@AuthenticationPrincipal RarogUser rarogUser)
-