Package org.apereo.cas.mgmt
Class DashboardViewController
- java.lang.Object
-
- org.apereo.cas.mgmt.DashboardViewController
-
@Controller("dashboardViewController") public class DashboardViewController extends java.lang.ObjectController to handle initial request to dashboard endpoint.- Since:
- 6.3.3
-
-
Constructor Summary
Constructors Constructor Description DashboardViewController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.ModelAndViewdashboard()Mapped method to return the register.html.
-