Class CurrentUserAjaxController


  • @Controller
    @RequestMapping("/ajax/users/current")
    public class CurrentUserAjaxController
    extends java.lang.Object
    UI Controller to get information about the current user
    • Constructor Detail

      • CurrentUserAjaxController

        @Autowired
        public CurrentUserAjaxController​(UserService userService)
    • Method Detail

      • getCurrentUserDetails

        @GetMapping("")
        public org.springframework.http.ResponseEntity<CurrentUser> getCurrentUserDetails()
        Get information about the current user
        Returns:
        CurrentUser