Class EmailVerificationService
java.lang.Object
org.wso2.carbon.email.verification.services.EmailVerificationService
The service that is responsible for the email verification functionality of carbon.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfirmationBeanconfirmUser(String secretKey) Confirms the link that user clicks is valid.
-
Constructor Details
-
EmailVerificationService
public EmailVerificationService()
-
-
Method Details
-
confirmUser
Confirms the link that user clicks is valid.- Parameters:
secretKey- , the secretKey that is sent as a link in the email.- Returns:
- ConfirmationBean, if the link is valid.
- Throws:
Exception
-