Package | Description |
---|---|
org.forgerock.selfservice.stages.email |
This package contains a common email stage implementation.
|
Modifier and Type | Method and Description |
---|---|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setEmailServiceParameters(Map<String,String> emailServiceParameters)
Sets any parameters for the email service.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setEmailServiceUrl(String emailServiceUrl)
Sets the URL for the email service.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setFrom(String from)
Sets the from part for the verification email.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setIdentityEmailField(String identityEmailField)
Sets the field name for the identity email address.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setMessageTranslations(Map<Locale,String> messageTranslations)
Sets the message map for the verification email.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setMimeType(String mimeType)
Sets the message mime-type.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setSubjectTranslations(Map<Locale,String> subjectTranslations)
Sets the subject map for the verification email.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setVerificationLink(String verificationLink)
Sets the verification URL to be passed into the email body.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setVerificationLinkToken(String verificationLinkToken)
Sets the string token representing where the verification URL should be substituted.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
VerifyEmailAccountStage.advance(ProcessContext context,
VerifyEmailAccountConfig config) |
JsonValue |
VerifyEmailAccountStage.gatherInitialRequirements(ProcessContext context,
VerifyEmailAccountConfig config) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.