public final class EmailUsernameConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
EmailUsernameConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEmailServiceUrl()
Gets the URL for the email service.
|
String |
getFrom()
Gets the from part for the verification email.
|
Map<Locale,String> |
getMessageTranslations()
Gets the message map for the verification email.
|
String |
getMimeType()
Gets the mime-type of the email message.
|
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
Map<Locale,String> |
getSubjectTranslations()
Gets the subject map for the verification email.
|
String |
getUsernameToken()
Gets the string token representing where the user name should be substituted.
|
int |
hashCode() |
EmailUsernameConfig |
setEmailServiceUrl(String emailServiceUrl)
Sets the URL for the email service.
|
EmailUsernameConfig |
setFrom(String from)
Sets the from part for the verification email.
|
EmailUsernameConfig |
setMessageTranslations(Map<Locale,String> messageTranslations)
Sets the message map for the verification email.
|
EmailUsernameConfig |
setMimeType(String mimeType)
Sets the message mime-type.
|
EmailUsernameConfig |
setSubjectTranslations(Map<Locale,String> subjectTranslations)
Sets the subject map for the verification email.
|
EmailUsernameConfig |
setUsernameToken(String usernameToken)
Sets the string token representing where the user name should be substituted.
|
public static final String NAME
public String getEmailServiceUrl()
public EmailUsernameConfig setEmailServiceUrl(String emailServiceUrl)
emailServiceUrl
- the email service URLpublic Map<Locale,String> getSubjectTranslations()
public EmailUsernameConfig setSubjectTranslations(Map<Locale,String> subjectTranslations)
subjectTranslations
- the email subject map (locale to string)public Map<Locale,String> getMessageTranslations()
public EmailUsernameConfig setMessageTranslations(Map<Locale,String> messageTranslations)
messageTranslations
- the email message map (locale to string)public String getMimeType()
public EmailUsernameConfig setMimeType(String mimeType)
mimeType
- the message mime-typepublic String getFrom()
public EmailUsernameConfig setFrom(String from)
from
- the email from fieldpublic String getUsernameToken()
public EmailUsernameConfig setUsernameToken(String usernameToken)
usernameToken
- the user name string tokenpublic String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2025 Open Identity Platform Community. All rights reserved.