org.rhq.enterprise.gui.authentication
Class LogonForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.rhq.enterprise.gui.authentication.LogonForm
- All Implemented Interfaces:
- Serializable
public final class LogonForm
- extends org.apache.struts.validator.ValidatorForm
Form bean for the user profile page. This form has the following fields,
with default values in square brackets:
- password - Entered password value
- username - Entered username value
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogonForm
public LogonForm()
getJ_password
public String getJ_password()
- Return the password.
setJ_password
public void setJ_password(String j_password)
- Set the password.
- Parameters:
password - The new password
getJ_username
public String getJ_username()
- Return the username.
setJ_username
public void setJ_username(String j_username)
- Set the username.
- Parameters:
username - The new username
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Overrides:
reset in class org.apache.struts.validator.ValidatorForm
- Parameters:
mapping - The mapping used to select this instancerequest - The servlet request we are processing
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.