public class NewForm extends EditForm
EditForm representing the New User form. This has the additional properties for
password.| Constructor and Description |
|---|
NewForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmPassword()
Getter for property confirmPassword.
|
String |
getNewPassword()
Getter for property newPassword.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setConfirmPassword(String confirmPassword)
Setter for property confirmPassword.
|
void |
setNewPassword(String newPassword)
Setter for property newPassword.
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the preferences associated with the current user if they are editing them.
|
getDepartment, getEmailAddress, getEnableLogin, getFirstName, getGroupConfigurationTimeout, getId, getLastName, getName, getPageRefreshPeriod, getPhoneNumber, getSmsAddress, isEditingCurrentUser, setDepartment, setEditingCurrentUser, setEmailAddress, setEnableLogin, setFirstName, setGroupConfigurationTimeout, setId, setLastName, setName, setPageRefreshPeriod, setPhoneNumber, setSmsAddress, toStringgetAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidategetPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultspublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
EditFormpublic String getNewPassword()
public void setNewPassword(String newPassword)
newPassword - New value of property newPassword.public String getConfirmPassword()
public void setConfirmPassword(String confirmPassword)
confirmPassword - New value of property confirmPassword.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.