Package org.lockss.laaws.config.api
Interface AuidsApi
- All Known Implementing Classes:
AuidsApiController
@Validated
public interface AuidsApi
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<String>calculateAuid(String pluginId, String handle, Object auConfig)
-
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)
-