Class AccountController

    • Constructor Detail

      • AccountController

        public AccountController()
    • Method Detail

      • deactivate

        @RequestMapping(value="/byid/{accountId}/deactivate",
                        method=POST)
        @Transactional
        public org.springframework.web.servlet.ModelAndView deactivate​(@PathVariable
                                                                       Long accountId,
                                                                       org.springframework.ui.Model model)
                                                                throws AccountNotFoundException
        Throws:
        AccountNotFoundException
      • getAuthenticationManager

        public org.springframework.security.authentication.AuthenticationManager getAuthenticationManager()
      • setAuthenticationManager

        public void setAuthenticationManager​(org.springframework.security.authentication.AuthenticationManager authenticationManager)