Class XmlConfigController

java.lang.Object
swiss.trustbroker.federation.controller.XmlConfigController

@RestController @ConditionalOnBooleanProperty("trustbroker.config.enabled") public class XmlConfigController extends Object
Controller for the config API.
  • Constructor Details

  • Method Details

    • getSchema

      @GetMapping(path="/api/v1/config/schemas/{schema}") public void getSchema(@PathVariable(name="schema",required=true) String schema, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • getConfigStatus

      @GetMapping(path="/api/v1/config/status") public ConfigStatusData getConfigStatus()