edu.internet2.middleware.grouper.ui.actions
Class CallLoginAction
java.lang.Object
org.apache.struts.action.Action
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
CallLoginAction
public CallLoginAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Overrides:
execute
in class Action
- Throws:
Exception