public final class UserRegistrationConsoleConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserRegistrationConsoleConfig.UserRegistrationBuilder
Builder for
UserRegistrationConsoleConfig . |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAttributeAsSet(String key)
Retrieves the underlying console attribute for the key.
|
String |
getAttributeAsString(String key)
Retrieves the underlying console attribute for the key.
|
String |
getConfigProviderClass() |
String |
getEmailVerificationUrl()
Gets the verification Url to be sent with the email body.
|
Map<Locale,String> |
getMessageTranslations()
Gets the map of locales to email body text strings.
|
int |
getMinimumAnswersToDefine()
Get the minimum count of answers to define.
|
Map<Locale,String> |
getSubjectTranslations()
Gets the map of locales to subject strings.
|
long |
getTokenExpiry()
Gets the token expiry time in seconds.
|
RegistrationDestination |
getUserRegistrationDestination()
Gets the user registration destination.
|
boolean |
isCaptchaEnabled()
Whether the captcha stage is enabled.
|
boolean |
isEmailEnabled()
Whether email verification is enabled.
|
boolean |
isEnabled()
Whether the service is enabled.
|
boolean |
isKbaEnabled()
Whether the KBA stage is enabled.
|
public String getConfigProviderClass()
public boolean isEnabled()
public boolean isEmailEnabled()
public long getTokenExpiry()
public boolean isCaptchaEnabled()
public boolean isKbaEnabled()
public Map<Locale,String> getSubjectTranslations()
public Map<Locale,String> getMessageTranslations()
public String getEmailVerificationUrl()
public int getMinimumAnswersToDefine()
public RegistrationDestination getUserRegistrationDestination()
public final String getAttributeAsString(String key)
key
- console attribute keypublic final Set<String> getAttributeAsSet(String key)
key
- console attribute keyCopyright © 2010-2016, ForgeRock All Rights Reserved.