Class ScaleSingleRequestConfig
java.lang.Object
com.tremolosecurity.scalejs.singlerequest.cfg.ScaleSingleRequestConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDisplayNameAttribute
(String displayNameAttribute) void
setFrontPage
(ScaleFrontPage frontPage) void
setHomeURL
(String homeURL) void
setLogoutURL
(String logoutURL) void
setUidAttribute
(String uidAttribute) void
setUseAttributesFromAuthentication
(boolean useAttributesFromAuthentication) void
setWorkflowName
(String workflowName)
-
Constructor Details
-
ScaleSingleRequestConfig
public ScaleSingleRequestConfig()
-
-
Method Details
-
getDisplayNameAttribute
-
setDisplayNameAttribute
-
getFrontPage
-
setFrontPage
-
getLogoutURL
-
setLogoutURL
-
getHomeURL
-
setHomeURL
-
getWorkflowName
-
setWorkflowName
-
getUidAttribute
-
setUidAttribute
-
isUseAttributesFromAuthentication
public boolean isUseAttributesFromAuthentication() -
setUseAttributesFromAuthentication
public void setUseAttributesFromAuthentication(boolean useAttributesFromAuthentication)
-