public interface UserSignUpConfiguration
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ROLE
Constant for Avalon ROLE 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHtmlBodyForResetPwdEmail(Map<String,I18nizableText> defaultI18nParams,
                           String language)
The email html body when user reset password. 
 | 
String | 
getHtmlBodyForSignUpEmail(Map<String,I18nizableText> defaultI18nParams,
                         String language)
The email html body when user sign up. 
 | 
String | 
getSubjectForResetPwdEmail(Map<String,I18nizableText> defaultI18nParams,
                          String language)
The email subject when user reset password. 
 | 
String | 
getSubjectForSignUpEmail(Map<String,I18nizableText> defaultI18nParams,
                        String language)
The email subject when user sign up. 
 | 
String | 
getTextBodyForResetPwdEmail(Map<String,I18nizableText> defaultI18nParams,
                           String language)
The email text body when user reset password. 
 | 
String | 
getTextBodyForSignUpEmail(Map<String,I18nizableText> defaultI18nParams,
                         String language)
The email text body when user sign up. 
 | 
int | 
getTokenValidity()
The token validity period, in days. 
 | 
int getTokenValidity()
String getSubjectForSignUpEmail(Map<String,I18nizableText> defaultI18nParams, String language)
defaultI18nParams - The default i18n parameters with :
 siteName the site name
 login the login
 email the mail
 fullName the full name
 token the token
 confirmUri the confirmation uri
 siteTitle the site title
 siteUrl the site urllanguage - the languageString getTextBodyForSignUpEmail(Map<String,I18nizableText> defaultI18nParams, String language)
defaultI18nParams - The default i18n parameters with :
 siteName the site name
 login the login
 email the mail
 fullName the full name
 token the token
 confirmUri the confirmation uri
 siteTitle the site title
 siteUrl the site urllanguage - the languageString getHtmlBodyForSignUpEmail(Map<String,I18nizableText> defaultI18nParams, String language)
defaultI18nParams - The default i18n parameters with :
 siteName the site name
 login the login
 email the mail
 fullName the full name
 token the token
 confirmUri the confirmation uri
 siteTitle the site title
 siteUrl the site urllanguage - the languageString getSubjectForResetPwdEmail(Map<String,I18nizableText> defaultI18nParams, String language)
defaultI18nParams - The default i18n parameters with :
 siteName the site name
 login the login
 email the mail
 fullName the full name
 token the token
 confirmUri the confirmation uri
 siteTitle the site title
 siteUrl the site urllanguage - the languageString getTextBodyForResetPwdEmail(Map<String,I18nizableText> defaultI18nParams, String language)
defaultI18nParams - The default i18n parameters with :
 siteName the site name
 login the login
 email the mail
 fullName the full name
 token the token
 confirmUri the confirmation uri
 siteTitle the site title
 siteUrl the site urllanguage - the languageString getHtmlBodyForResetPwdEmail(Map<String,I18nizableText> defaultI18nParams, String language)
defaultI18nParams - The default i18n parameters with :
 siteName the site name
 login the login
 email the mail
 fullName the full name
 token the token
 confirmUri the confirmation uri
 siteTitle the site title
 siteUrl the site urllanguage - the language