public class LoginAction extends AbstractSispeaAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
login
The user login.
|
protected LoginService |
loginService |
protected String |
password
The user's password.
|
protected String |
urlGoingTo
The initial url asked for by the user before redirected to the
login page.
|
protected UserDto |
user
The user bean.
|
application, configuration, formatDate, formatDateOnly, menu, nextPage, parameters, serviceMessages, session, sispeaSession, strutsMessages, submitValue, territoryService, userService| Constructor and Description |
|---|
LoginAction() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doExecute()
This method is called by the execute method.
|
String |
getLogin() |
String |
getPassword() |
String |
getUrlGoingTo() |
UserDto |
getUser() |
void |
setLogin(String pLogin) |
void |
setPassword(String pPassword) |
void |
setUser(UserDto pUser) |
buildMenu, checkIfUserCanViewDashBoard, checkRight, checkUserRight, checkUserRight, checkUserRight, createMenu, doHandleException, doHandleSispeaException, execute, getApplication, getCurrentUser, getCurrentUserTerritory, getFormatDate, getFormatDateOnly, getMenu, getNextPage, getOption, getParameters, getSession, getSispeaSession, getSubmitValue, initSession, isEnglish, isFrench, isSpanish, logException, openMenu, removeSession, setApplication, setMenu, setNextPage, setParameters, setSession, setSubmitValueaddActionError, 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, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate@Autowired protected transient LoginService loginService
protected String login
protected UserDto user
protected String password
protected String urlGoingTo
protected String doExecute() throws Exception
AbstractSispeaActiondoExecute in class AbstractSispeaActionExceptionpublic UserDto getUser()
public void setUser(UserDto pUser)
public String getLogin()
public void setLogin(String pLogin)
public String getPassword()
public void setPassword(String pPassword)
public String getUrlGoingTo()
Copyright © 2014–2015 eaudefrance. All rights reserved.