public interface AutoscanApi
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
AutoscanApi.Path |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.tenant.security.core.api.response.ResponseEntity<java.lang.String> |
batchScan(com.xforceplus.tenant.security.autoscan.model.AutoScanBody autoScanBody)
批量扫描接口
|
com.xforceplus.tenant.security.core.api.response.ResponseEntity<java.lang.String> |
scan(java.lang.Long routeId)
根据路由id扫描接口
|
@ResponseBody
@RequestMapping(name="\u6839\u636e\u8def\u7531id\u626b\u63cf\u63a5\u53e3",
value="${xforce.route.service.url.prefix:/api}/global${xforce.route.service.version:}/routes/{routeId}/scan",
method=GET)
com.xforceplus.tenant.security.core.api.response.ResponseEntity<java.lang.String> scan(@PathVariable(value="routeId")
java.lang.Long routeId)
routeId - @ResponseBody
@RequestMapping(name="\u6279\u91cf\u626b\u63cf\u63a5\u53e3",
value="${xforce.route.service.url.prefix:/api}/global${xforce.route.service.version:}/routes/batchScan",
method=POST)
com.xforceplus.tenant.security.core.api.response.ResponseEntity<java.lang.String> batchScan(@RequestBody
com.xforceplus.tenant.security.autoscan.model.AutoScanBody autoScanBody)
autoScanBody -