![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
ModelAndView | login (final HttpServletRequest request) |
ModelAndView | logout (final Model model) |
ModelAndView | authenticate (@RequestParam("username") final String username, @RequestParam("password") final String password, final HttpServletRequest request) |
![]() | |
ModelAndView | validateAndRedirect (final HttpServletRequest request, final String viewName) |
ModelAndView | error (final Model model) |
String | getErrorPath () |
Additional Inherited Members | |
![]() | |
UserInfo | getLoggedInUser (final HttpServletRequest request) |
boolean | isUserLoggedIn () |
The Class LoginController : entertain requests of login module.
Definition at line 46 of file LoginController.java.
ModelAndView org.openkilda.controller.LoginController.authenticate | ( | @RequestParam("username") final String | username, |
@RequestParam("password") final String | password, | ||
final HttpServletRequest | request | ||
) |
Authenticate.
username | the username |
password | the password |
request | the request |
Definition at line 90 of file LoginController.java.
ModelAndView org.openkilda.controller.LoginController.login | ( | final HttpServletRequest | request | ) |
Login.
model | the model |
Definition at line 66 of file LoginController.java.
ModelAndView org.openkilda.controller.LoginController.logout | ( | final Model | model | ) |
Logout.
model | the model |
Definition at line 77 of file LoginController.java.