Class SecurityController
- java.lang.Object
-
- uk.ac.warwick.dcs.sherlock.module.web.controllers.SecurityController
-
@Controller public class SecurityController extends java.lang.Object
The controller that deals with the login page
-
-
Constructor Summary
Constructors Constructor Description SecurityController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
login(org.springframework.ui.Model model)
Handles requests to the login page, automatically fills in the login form when running as a client
-