Class ScalePasswordResetConfig
java.lang.Object
com.tremolosecurity.scalejs.password.cfg.ScalePasswordResetConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDisplayNameAttribute
(String displayNameAttribute) void
setErrorColor
(String errorColor) void
setFrontPage
(ScaleFrontPage frontPage) void
setHeaderTitle
(String headerTitle) void
setHomeURL
(String homeURL) void
setLogoutURL
(String logoutURL) void
void
setRunSynchronously
(boolean runSynchronously) void
setThemePrimaryDark
(String themePrimaryDark) void
setThemePrimaryLight
(String themePrimaryLight) void
setThemePrimaryMain
(String themePrimaryMain) void
setThemeSecondaryDark
(String themeSecondaryDark) void
setThemeSecondaryLight
(String themeSecondaryLight) void
setThemeSecondaryMain
(String themeSecondaryMain) void
setUidAttribute
(String uidAttribute) void
setValidatorClassName
(String validatorClassName) void
setValidatorParams
(HashMap<String, Attribute> validatorParams) void
setWorkflowName
(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
-