Class ChangeQuestionHandler
- java.lang.Object
-
- org.silverpeas.core.web.authentication.credentials.FunctionHandler
-
- org.silverpeas.core.web.authentication.credentials.ChangeQuestionHandler
-
public class ChangeQuestionHandler extends FunctionHandler
Navigation case : user arrives on the page which allows him to select his login question.- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Constructor Description ChangeQuestionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doAction(javax.servlet.http.HttpServletRequest request)
-
Methods inherited from class org.silverpeas.core.web.authentication.credentials.FunctionHandler
forgottenPasswordError, getAdminService, getAuthenticationSettings, getContextPath, getForgottenPasswordMailManager, getGeneral, getMailParameters, getMultilang, getResources, renewSecurityToken, setForgottenPasswordMailManager, setGeneral, setMultilang, setResources
-
-
-
-
Method Detail
-
doAction
public String doAction(javax.servlet.http.HttpServletRequest request)
- Specified by:
doAction
in classFunctionHandler
-
-