Package com.example.seraphine.service
Class ForgotPasswordServiceImpl
java.lang.Object
com.example.seraphine.service.ForgotPasswordServiceImpl
- All Implemented Interfaces:
ForgotPasswordService
Implementation of ForgotPasswordService.
- Author:
- Loc Bui Nhien
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforgot_password
(ForgotPasswordRequest request) forgotPasswordToken
(String token)
-
Constructor Details
-
ForgotPasswordServiceImpl
public ForgotPasswordServiceImpl()
-
-
Method Details
-
forgot_password
- Specified by:
forgot_password
in interfaceForgotPasswordService
-
forgotPasswordToken
- Specified by:
forgotPasswordToken
in interfaceForgotPasswordService
-