| org.josso.gateway.signon.SignonBaseAction org.josso.gateway.signon.LoginAction org.josso.gateway.signon.StrongLoginAction
StrongLoginAction | public class StrongLoginAction extends LoginAction (Code) | | Strong Authentication Struts Action which instantiates the Credentials using the
X.509 Certificate provided in the Http Request.
author: Gianluca Brigandi version: CVS $Id: StrongLoginAction.java 508 2008-02-18 13:32:29Z sgonzalez $ |
Fields inherited from org.josso.gateway.signon.LoginAction | final public static String JOSSO_CMD_LOGIN(Code)(Java Doc)
|
Methods inherited from org.josso.gateway.signon.LoginAction | protected ActionForward askForLogin(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected boolean canRelay(HttpServletRequest request)(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected ActionForward login(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected ActionForward relay(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)(Code)(Java Doc) protected void storeSsoParameters(HttpServletRequest request)(Code)(Java Doc)
|
|
|