@RestController @RequestMapping(value="/management/app") @MiddlewareUserResource public class AppMgmtResource extends Object implements AppMgmtRestAPI
BASE_PATH| Constructor and Description |
|---|
AppMgmtResource() |
| 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() |
public org.springframework.http.ResponseEntity<String> ping()
ping in interface AppMgmtRestAPI@PreAuthorize(value="hasRole(\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> initApp()
initApp in interface AppMgmtRestAPIpublic org.springframework.http.ResponseEntity<BearerTokenTO> admin(@RequestBody(required=true) UserTO adminUser)
admin in interface AppMgmtRestAPICopyright © 2021. All rights reserved.