Interface AuidsApi

All Known Implementing Classes:
AuidsApiController

@Validated public interface AuidsApi
  • Method Details

    • getDelegate

      AuidsApiDelegate getDelegate()
    • calculateAuid

      @RequestMapping(value="/auids", produces={"application/json","text/plain"}, consumes="application/x-www-form-urlencoded", method=POST) default org.springframework.http.ResponseEntity<String> calculateAuid(@RequestParam(value="pluginId",required=false) String pluginId, @RequestParam(value="handle",required=false) String handle, @RequestParam(value="auConfig",required=false) Object auConfig)