public final class ForgottenUsernameConsoleConfig 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() |
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.
|
boolean |
isShowUsernameEnabled()
Whether or the not the username should be displayed.
|
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 int getMinimumAnswersToVerify()
public boolean isShowUsernameEnabled()
public Set<String> getValidQueryAttributes()
public final String getAttributeAsString(String key)
key
- console attribute keyCopyright © 2010-2018, ForgeRock All Rights Reserved.