public final class UserRegistrationConsoleConfig extends Object
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(String realm)
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 |
isEmailVerificationFirstEnabled()
Whether email verification before user detail option 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 boolean isEmailVerificationFirstEnabled()
public long getTokenExpiry()
public boolean isCaptchaEnabled()
public boolean isKbaEnabled()
public Map<Locale,String> getSubjectTranslations()
public Map<Locale,String> getMessageTranslations()
public String getEmailVerificationUrl(String realm)
realm
- the absolute realmpublic int getMinimumAnswersToDefine()
public RegistrationDestination getUserRegistrationDestination()
public final String getAttributeAsString(String key)
key
- console attribute keyCopyright © 2010-2018, ForgeRock All Rights Reserved.