@RestController
@RequestMapping("/api")
public class SystemController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.http.ResponseEntity<List<String>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getSystemNames
@PreAuthorize("hasAnyRole(\'reaction-observer-read\')")
@GetMapping("/systems/names")
public org.springframework.http.ResponseEntity<List<String>> getSystemNames()