| org.josso.gateway.signon.SignonBaseAction org.josso.gateway.signon.LoginAction org.josso.gateway.signon.UsernamePasswordLoginAction
UsernamePasswordLoginAction | public class UsernamePasswordLoginAction extends LoginAction (Code) | | This is the login action used with username and password authentication scheme.
author: Sebastian Gonzalez Oyuela version: $Id: UsernamePasswordLoginAction.java 508 2008-02-18 13:32:29Z sgonzalez $ |
PARAM_JOSSO_PASSWORD | final public static String PARAM_JOSSO_PASSWORD(Code) | | Request parameter containing user password.
Value : sso_password
|
PARAM_JOSSO_USERNAME | final public static String PARAM_JOSSO_USERNAME(Code) | | Request parameter containing username.
Value : sso_username
|
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)
|
|
|