public interface AppMgmtRestAPI
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<BearerTokenTO> |
admin(UserTO adminUser) |
org.springframework.http.ResponseEntity<Void> |
initApp() |
org.springframework.http.ResponseEntity<String> |
ping() |
static final String BASE_PATH
@GetMapping(value="/ping") org.springframework.http.ResponseEntity<String> ping()
@PostMapping(value="/init") org.springframework.http.ResponseEntity<Void> initApp()
@PostMapping(value="/admin") org.springframework.http.ResponseEntity<BearerTokenTO> admin(@RequestBody(required=true) UserTO adminUser)
Copyright © 2021. All rights reserved.