Open Kilda Java Documentation
org.openkilda.controller.LoginController Member List

This is the complete list of members for org.openkilda.controller.LoginController, including all inherited members.

authenticate(@RequestParam("username") final String username, @RequestParam("password") final String password, final HttpServletRequest request)org.openkilda.controller.LoginController
error(final Model model)org.openkilda.controller.BaseController
getErrorPath()org.openkilda.controller.BaseController
getLoggedInUser(final HttpServletRequest request)org.openkilda.controller.BaseControllerprotected
isUserLoggedIn()org.openkilda.controller.BaseControllerprotected
login(final HttpServletRequest request)org.openkilda.controller.LoginController
logout(final Model model)org.openkilda.controller.LoginController
validateAndRedirect(final HttpServletRequest request, final String viewName)org.openkilda.controller.BaseController