public class RetrievePassword extends AbstractAgrosystAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
passwordCheck |
protected String |
token |
protected UserDto |
user |
protected String |
userId |
protected UserService |
userService |
applicationContext, attachmentCount, attachmentService, authorizationService, config, currentUserAnAdmin, currentUserAnIsDataProcessor, ERROR_LAYOUT_DATA, gson, layoutData, messageService, navigationContextService, notificationSupport, parameters, readOnly, richNavigationContext, servletRequest, servletResponse, session| Constructor and Description |
|---|
RetrievePassword() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
String |
getToken() |
UserDto |
getUser() |
String |
getUserId() |
protected void |
initForInput() |
String |
input() |
void |
setPassword(String password) |
void |
setPasswordCheck(String passwordCheck) |
void |
setToken(String token) |
void |
setUserId(String userId) |
void |
setUserService(UserService userService) |
void |
validate() |
getAttachmentCount, getBroadcastMessages, getConfig, getEnumAsMap, getErrorNotifications, getGson, getInfoNotifications, getIsBroadcastMessagesEmpty, getIsFirstTimeMessageRead, getLayoutData, getNavigationContext, getRichNavigationContext, getServletInfo, getSession, getSessionId, getWarningNotifications, initLayoutData, isCurrentUserAnAdmin, isCurrentUserAnIsDataProcessor, isErrorNotificationsEmpty, isInfoNotificationsEmpty, isReadOnly, isWarningNotificationsEmpty, navigationContextEntityCreated, readNavigationContextCookie, setApplicationContext, setAttachmentService, setAuthorizationService, setConfig, setMessageService, setNavigationContextService, setNotificationSupport, setParameters, setServletRequest, setServletResponse, setSession, toJson, toTrueMap, verifyAndSaveNavigationContext, writeNavigationContextCookieaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setContainer, setFieldErrorsprotected transient UserService userService
protected String userId
protected String token
protected String password
protected String passwordCheck
protected UserDto user
public void setUserService(UserService userService)
public void setUserId(String userId)
public void setToken(String token)
public void setPassword(String password)
public void setPasswordCheck(String passwordCheck)
public String input() throws Exception
input in class com.opensymphony.xwork2.ActionSupportExceptionprotected void initForInput()
initForInput in class AbstractAgrosystActionpublic void validate()
validate in interface com.opensymphony.xwork2.Validateablevalidate in class com.opensymphony.xwork2.ActionSupportpublic String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic UserDto getUser()
public String getUserId()
public String getToken()
Copyright © 2013–2015 Inra. All rights reserved.