Package com.okta.example.controllers
Class ForgotPasswordController
java.lang.Object
com.okta.example.controllers.ForgotPasswordController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
handleAnswerSecurityQuestionPost
(String secQnAnswer, String stateToken) org.springframework.web.servlet.ModelAndView
handleChangePasswordPost
(String newPassword, String stateToken) org.springframework.web.servlet.ModelAndView
handleForgotPasswordPost
(String email) org.springframework.web.servlet.ModelAndView
handleVerifyRecoveryTokenPost
(String recoveryToken)
-
Constructor Details
-
ForgotPasswordController
public ForgotPasswordController()
-
-
Method Details
-
handleForgotPasswordGet
-
handleChangePasswordGet
-
handleForgotPasswordPost
@RequestMapping(value="/forgot-password", method=POST) public org.springframework.web.servlet.ModelAndView handleForgotPasswordPost(@RequestParam("email") String email) -
handleVerifyRecoveryTokenPost
@RequestMapping(value="/verify-recovery-token", method=POST) public org.springframework.web.servlet.ModelAndView handleVerifyRecoveryTokenPost(@RequestParam("recoveryToken") String recoveryToken) -
handleAnswerSecurityQuestionPost
-
handleChangePasswordPost
-