public final class TermsAndConditionsConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
TermsAndConditionsConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
Map<Locale,String> |
getTermsTranslations()
Gets the map of terms and conditions.
|
String |
getVersion()
Gets the version string associated with the terms and conditions.
|
int |
hashCode() |
TermsAndConditionsConfig |
setTermsTranslations(Map<Locale,String> termsTranslations)
Sets the terms and conditions map.
|
TermsAndConditionsConfig |
setVersion(String version)
Sets the version string associated with the terms and conditions.
|
public static final String NAME
public String getVersion()
public TermsAndConditionsConfig setVersion(String version)
version
- the terms and conditions versionpublic Map<Locale,String> getTermsTranslations()
public TermsAndConditionsConfig setTermsTranslations(Map<Locale,String> termsTranslations)
termsTranslations
- the terms and conditions map (locale to string)public String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2020, ForgeRock All Rights Reserved.