Class DashboardLoginPageController
java.lang.Object
org.tavall.couriers.web.view.controller.dsahboard.DashboardLoginPageController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashboardHome(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication) dashboardHomeAlias(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication) dashboardLoginRedirect(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
DashboardLoginPageController
-
-
Method Details
-
dashboardHome
@GetMapping("/dashboard") public String dashboardHome(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication) -
dashboardHomeAlias
@GetMapping("/dashboard/home") public String dashboardHomeAlias(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication) -
dashboardLoginRedirect
@GetMapping("/dashboard/login") public String dashboardLoginRedirect(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication) -
loginInternal
-