Uses of Class
org.kuali.rice.krad.web.login.DummyLoginForm

Packages that use DummyLoginForm
Package
Description
 
  • Uses of DummyLoginForm in org.kuali.rice.krad.web.login

    Methods in org.kuali.rice.krad.web.login with parameters of type DummyLoginForm
    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    DummyLoginController.backdoorLogout(DummyLoginForm uifForm, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Method to logout the backdoor user and return to the view.
    org.springframework.web.servlet.ModelAndView
    DummyLoginController.submit(DummyLoginForm uifForm, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)