All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.SwaApplicationSettingsApplication.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 21.0.0
Show newest version


# SwaApplicationSettingsApplication


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**buttonField** | **String** | CSS selector for the **Sign-In** button in the sign-in form (for SWA apps with the `template_swa` app name definition) |  |
|**buttonSelector** | **String** | CSS selector for the **Sign-In**  button in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition) |  [optional] |
|**extraFieldSelector** | **String** | Enter the CSS selector for the extra field (for three-field SWA apps with the `template_swa3field` app name definition). |  [optional] |
|**extraFieldValue** | **String** | Enter the value for the extra field in the form (for three-field SWA apps with the `template_swa3field` app name definition). |  [optional] |
|**loginUrlRegex** | **String** | A regular expression that further restricts targetURL to the specified regular expression |  [optional] |
|**passwordField** | **String** | CSS selector for the **Password** field in the sign-in form (for SWA apps with the `template_swa` app name definition) |  |
|**passwordSelector** | **String** | CSS selector for the **Password** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition) |  [optional] |
|**targetURL** | **String** | The URL of the sign-in page for this app (for three-field SWA apps with the `template_swa3field` app name definition) |  [optional] |
|**url** | **String** | The URL of the sign-in page for this app (for SWA apps with the `template_swa` app name definition) |  |
|**usernameField** | **String** | CSS selector for the **Username** field in the sign-in form (for SWA apps with the `template_swa` app name definition) |  |
|**userNameSelector** | **String** | CSS selector for the **Username** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition) |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy