Class MutualAuthenticationController


  • @RestController
    @RequestMapping("mutual")
    public class MutualAuthenticationController
    extends Object
    • Constructor Detail

      • MutualAuthenticationController

        @Autowired
        public MutualAuthenticationController​(javax.servlet.http.HttpServletRequest request,
                                              javax.servlet.http.HttpServletResponse response,
                                              AuthenticationController authenticationController)
    • Method Detail

      • login

        @RequestMapping(value="login",
                        method=POST)
        public org.springframework.http.ResponseEntity<AuthenticationResponse> login()
      • register

        @RequestMapping(value="register",
                        method=POST)
        @ResponseStatus(OK)
        public void register​(String token)
                      throws Exception
        Throws:
        Exception