Class CronappSign


  • @RestController
    @RequestMapping("/signin/cronapp")
    public class CronappSign
    extends Object
    Controller responsável por gerir a troca de senha do usuário através de serviço REST
    Author:
    Techne
    • Constructor Detail

      • CronappSign

        public CronappSign()
    • Method Detail

      • get

        @ResponseStatus(OK)
        @RequestMapping(method=GET)
        public void get​(@RequestParam(name="_ctk")
                        String ctk)
                 throws Exception
        Throws:
        Exception
      • post

        @ResponseStatus(OK)
        @RequestMapping(method=POST)
        public void post()
                  throws Exception
        Throws:
        Exception