public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static ConfirmationBean |
confirmUser(String secretKey)
Confirms that the link the user clicked is valid.
|
static org.wso2.carbon.registry.core.session.UserRegistry |
getConfigSystemRegistry(int tenantId) |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static EmailVerifierConfig |
loadeMailVerificationConfig(String configFilename)
Loads the email configuration from the respective components.
|
static void |
requestUserVerification(Map<String,String> data,
EmailVerifierConfig serviceConfig)
Sends an email to the user with the link to verify.
|
static void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service) |
public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public static org.wso2.carbon.registry.core.session.UserRegistry getConfigSystemRegistry(int tenantId)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryExceptionpublic static EmailVerifierConfig loadeMailVerificationConfig(String configFilename)
configFilename, - the file that contains the email configurationspublic static ConfirmationBean confirmUser(String secretKey) throws Exception
secretKey, - the key that is sent to the user with the email.Exception, - if confirming the user failed.Exceptionpublic static void requestUserVerification(Map<String,String> data, EmailVerifierConfig serviceConfig) throws Exception
data - of the userserviceConfig, - EmailVerifier Configuration.Exception, - if sending the user verification mail failed.ExceptionCopyright © 2019 WSO2. All rights reserved.