Package com.okta.sdk.resource.model
Class SwaApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.SwaApplicationSettingsApplication
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SwaApplicationSettingsApplication
extends Object
implements Serializable
SwaApplicationSettingsApplication
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuttonField
(String buttonField) buttonSelector
(String buttonSelector) boolean
extraFieldSelector
(String extraFieldSelector) extraFieldValue
(String extraFieldValue) CSS selector for the **Sign-In** button in the sign-in form (for SWA apps with the `template_swa` app name definition)CSS selector for the **Sign-In** button in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)Enter the CSS selector for the extra field (for three-field SWA apps with the `template_swa3field` app name definition).Enter the value for the extra field in the form (for three-field SWA apps with the `template_swa3field` app name definition).A regular expression that further restricts targetURL to the specified regular expressionCSS selector for the **Password** field in the sign-in form (for SWA apps with the `template_swa` app name definition)CSS selector for the **Password** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)The URL of the sign-in page for this app (for three-field SWA apps with the `template_swa3field` app name definition)getUrl()
The URL of the sign-in page for this app (for SWA apps with the `template_swa` app name definition)CSS selector for the **Username** field in the sign-in form (for SWA apps with the `template_swa` app name definition)CSS selector for the **Username** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)int
hashCode()
loginUrlRegex
(String loginUrlRegex) passwordField
(String passwordField) passwordSelector
(String passwordSelector) void
setButtonField
(String buttonField) void
setButtonSelector
(String buttonSelector) void
setExtraFieldSelector
(String extraFieldSelector) void
setExtraFieldValue
(String extraFieldValue) void
setLoginUrlRegex
(String loginUrlRegex) void
setPasswordField
(String passwordField) void
setPasswordSelector
(String passwordSelector) void
setTargetURL
(String targetURL) void
void
setUsernameField
(String usernameField) void
setUserNameSelector
(String userNameSelector) toString()
usernameField
(String usernameField) userNameSelector
(String userNameSelector)
-
Field Details
-
JSON_PROPERTY_BUTTON_FIELD
- See Also:
-
JSON_PROPERTY_BUTTON_SELECTOR
- See Also:
-
JSON_PROPERTY_EXTRA_FIELD_SELECTOR
- See Also:
-
JSON_PROPERTY_EXTRA_FIELD_VALUE
- See Also:
-
JSON_PROPERTY_LOGIN_URL_REGEX
- See Also:
-
JSON_PROPERTY_PASSWORD_FIELD
- See Also:
-
JSON_PROPERTY_PASSWORD_SELECTOR
- See Also:
-
JSON_PROPERTY_TARGET_U_R_L
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_USERNAME_FIELD
- See Also:
-
JSON_PROPERTY_USER_NAME_SELECTOR
- See Also:
-
-
Constructor Details
-
SwaApplicationSettingsApplication
public SwaApplicationSettingsApplication()
-
-
Method Details
-
buttonField
-
getButtonField
CSS selector for the **Sign-In** button in the sign-in form (for SWA apps with the `template_swa` app name definition)- Returns:
- buttonField
-
setButtonField
-
buttonSelector
-
getButtonSelector
CSS selector for the **Sign-In** button in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)- Returns:
- buttonSelector
-
setButtonSelector
-
extraFieldSelector
-
getExtraFieldSelector
Enter the CSS selector for the extra field (for three-field SWA apps with the `template_swa3field` app name definition).- Returns:
- extraFieldSelector
-
setExtraFieldSelector
-
extraFieldValue
-
getExtraFieldValue
Enter the value for the extra field in the form (for three-field SWA apps with the `template_swa3field` app name definition).- Returns:
- extraFieldValue
-
setExtraFieldValue
-
loginUrlRegex
-
getLoginUrlRegex
A regular expression that further restricts targetURL to the specified regular expression- Returns:
- loginUrlRegex
-
setLoginUrlRegex
-
passwordField
-
getPasswordField
CSS selector for the **Password** field in the sign-in form (for SWA apps with the `template_swa` app name definition)- Returns:
- passwordField
-
setPasswordField
-
passwordSelector
-
getPasswordSelector
CSS selector for the **Password** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)- Returns:
- passwordSelector
-
setPasswordSelector
-
targetURL
-
getTargetURL
The URL of the sign-in page for this app (for three-field SWA apps with the `template_swa3field` app name definition)- Returns:
- targetURL
-
setTargetURL
-
url
-
getUrl
The URL of the sign-in page for this app (for SWA apps with the `template_swa` app name definition)- Returns:
- url
-
setUrl
-
usernameField
-
getUsernameField
CSS selector for the **Username** field in the sign-in form (for SWA apps with the `template_swa` app name definition)- Returns:
- usernameField
-
setUsernameField
-
userNameSelector
-
getUserNameSelector
CSS selector for the **Username** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)- Returns:
- userNameSelector
-
setUserNameSelector
-
equals
-
hashCode
public int hashCode() -
toString
-