public final class ForgottenPasswordConsoleConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ForgottenPasswordConsoleConfig.ForgottenPasswordBuilder
Builder for
ForgottenPasswordConsoleConfig . |
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 |
getMinimumAnswersToVerify()
Get the minimum count of questions to verify.
|
Map<Locale,String> |
getSubjectTranslations()
Gets the map of locales to subject strings.
|
long |
getTokenExpiry()
Gets the token expiry time in seconds.
|
Set<String> |
getValidQueryAttributes()
Get set of valid query attributes.
|
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 String getEmailVerificationUrl(String realm)
realm
- the absolute realmpublic int getMinimumAnswersToVerify()
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 Set<String> getValidQueryAttributes()
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.