Class NDESPasswordController


  • @Controller
    @RequestMapping("/app/{realm}/certsrv/mscep_admin")
    public class NDESPasswordController
    extends Object
    • Constructor Detail

      • NDESPasswordController

        public NDESPasswordController()
    • Method Detail

      • ndesPasswordHTML

        @GetMapping(value="/*",
                    produces="text/html")
        @ResponseBody
        public String ndesPasswordHTML​(@PathVariable("realm")
                                       String realm)
                                throws IOException
        Throws:
        IOException