Class ScalePasswordResetConfig
java.lang.Object
com.tremolosecurity.scalejs.password.cfg.ScalePasswordResetConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDisplayNameAttribute(String displayNameAttribute) voidsetErrorColor(String errorColor) voidsetFrontPage(ScaleFrontPage frontPage) voidsetHeaderTitle(String headerTitle) voidsetHomeURL(String homeURL) voidsetLogoutURL(String logoutURL) voidvoidsetRunSynchronously(boolean runSynchronously) voidsetThemePrimaryDark(String themePrimaryDark) voidsetThemePrimaryLight(String themePrimaryLight) voidsetThemePrimaryMain(String themePrimaryMain) voidsetThemeSecondaryDark(String themeSecondaryDark) voidsetThemeSecondaryLight(String themeSecondaryLight) voidsetThemeSecondaryMain(String themeSecondaryMain) voidsetUidAttribute(String uidAttribute) voidsetValidatorClassName(String validatorClassName) voidsetValidatorParams(HashMap<String, Attribute> validatorParams) voidsetWorkflowName(String workflowName)
-
Constructor Details
-
ScalePasswordResetConfig
public ScalePasswordResetConfig()
-
-
Method Details
-
getDisplayNameAttribute
-
setDisplayNameAttribute
-
getFrontPage
-
setFrontPage
-
getLogoutURL
-
setLogoutURL
-
getHomeURL
-
setHomeURL
-
getWorkflowName
-
setWorkflowName
-
getValidatorClassName
-
setValidatorClassName
-
getValidatorParams
-
setValidatorParams
-
getUidAttribute
-
setUidAttribute
-
getReason
-
setReason
-
isRunSynchronously
public boolean isRunSynchronously() -
setRunSynchronously
public void setRunSynchronously(boolean runSynchronously) -
getThemePrimaryMain
-
setThemePrimaryMain
-
getThemePrimaryDark
-
setThemePrimaryDark
-
getThemePrimaryLight
-
setThemePrimaryLight
-
getThemeSecondaryMain
-
setThemeSecondaryMain
-
getThemeSecondaryDark
-
setThemeSecondaryDark
-
getThemeSecondaryLight
-
setThemeSecondaryLight
-
getHeaderTitle
-
setHeaderTitle
-
getErrorColor
-
setErrorColor
-