Class ValidationQuestionHandler
- java.lang.Object
-
- org.silverpeas.core.web.authentication.credentials.FunctionHandler
-
- org.silverpeas.core.web.authentication.credentials.ValidationQuestionHandler
-
public class ValidationQuestionHandler extends FunctionHandler
Navigation case : user has validated login question form.- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Constructor Description ValidationQuestionHandler()
-
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
-
-