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

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

public class Populate401Action
extends Action

Strut's action called on 401 error - configured through web.xml and struts-config.xml. Need to relook at this again, but intended to cope with access to protected pages during basic Http Authentication.

Version:
$Id: Populate401Action.java,v 1.2 2005-12-08 15:30:52 isgwb Exp $
Author:
Gary Brown.

Constructor Summary
Populate401Action()
           
 
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

Populate401Action

public Populate401Action()
Method Detail

execute

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