Class TestConnectionController


  • public abstract class TestConnectionController
    extends Object
    • Constructor Detail

      • TestConnectionController

        public TestConnectionController​(OAuthProvider oAuthProvider)
    • Method Detail

      • handleTestConnection

        @PostMapping(produces="application/xml")
        public void handleTestConnection​(@RequestParam("projectId")
                                         String projectId,
                                         javax.servlet.http.HttpServletRequest request,
                                         javax.servlet.http.HttpServletResponse response)
                                  throws IOException
        Throws:
        IOException