接口 AutoscanApi


public interface AutoscanApi
路由绑定相关接口 (global)
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static interface 
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.xforceplus.tenant.security.core.api.response.ResponseEntity<String>
    batchScan(com.xforceplus.tenant.security.autoscan.model.AutoScanBody autoScanBody)
    批量扫描接口
    com.xforceplus.tenant.security.core.api.response.ResponseEntity<String>
    scan(Long routeId)
    根据路由id扫描接口
  • 方法详细资料

    • scan

      @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<String> scan(@PathVariable("routeId") Long routeId)
      根据路由id扫描接口
      参数:
      routeId -
      返回:
      处理结果
    • batchScan

      @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<String> batchScan(@RequestBody com.xforceplus.tenant.security.autoscan.model.AutoScanBody autoScanBody)
      批量扫描接口
      参数:
      autoScanBody -
      返回:
      处理结果