edu.internet2.middleware.grouper.ui.actions
Class CallLoginAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by edu.internet2.middleware.grouper.ui.actions.CallLoginAction

public class CallLoginAction
extends Action

Top level Strut's action which forwards to a URL which is a login screen, or which causes a login screen to be displayed due to invocation of the challenge mechanism of an external authentication scheme. Sites can configure a different URL through the Struts config file, by changing the definition of the forward identified by callLogin. There are no parameters


Constructor Summary
CallLoginAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.struts.action.Action
execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallLoginAction

public CallLoginAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws Exception
Overrides:
execute in class Action
Throws:
Exception