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 Details

  • Constructor Details

    • SwaApplicationSettingsApplication

      public SwaApplicationSettingsApplication()
  • Method Details

    • buttonField

      public SwaApplicationSettingsApplication buttonField(String buttonField)
    • getButtonField

      @Nonnull public String 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

      public void setButtonField(String buttonField)
    • buttonSelector

      public SwaApplicationSettingsApplication buttonSelector(String buttonSelector)
    • getButtonSelector

      @Nullable public String 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

      public void setButtonSelector(String buttonSelector)
    • extraFieldSelector

      public SwaApplicationSettingsApplication extraFieldSelector(String extraFieldSelector)
    • getExtraFieldSelector

      @Nullable public String getExtraFieldSelector()
      Enter the CSS selector for the extra field (for three-field SWA apps with the `template_swa3field` app name definition).
      Returns:
      extraFieldSelector
    • setExtraFieldSelector

      public void setExtraFieldSelector(String extraFieldSelector)
    • extraFieldValue

      public SwaApplicationSettingsApplication extraFieldValue(String extraFieldValue)
    • getExtraFieldValue

      @Nullable public String 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

      public void setExtraFieldValue(String extraFieldValue)
    • loginUrlRegex

      public SwaApplicationSettingsApplication loginUrlRegex(String loginUrlRegex)
    • getLoginUrlRegex

      @Nullable public String getLoginUrlRegex()
      A regular expression that further restricts targetURL to the specified regular expression
      Returns:
      loginUrlRegex
    • setLoginUrlRegex

      public void setLoginUrlRegex(String loginUrlRegex)
    • passwordField

      public SwaApplicationSettingsApplication passwordField(String passwordField)
    • getPasswordField

      @Nonnull public String 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

      public void setPasswordField(String passwordField)
    • passwordSelector

      public SwaApplicationSettingsApplication passwordSelector(String passwordSelector)
    • getPasswordSelector

      @Nullable public String 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

      public void setPasswordSelector(String passwordSelector)
    • targetURL

      public SwaApplicationSettingsApplication targetURL(String targetURL)
    • getTargetURL

      @Nullable public String 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

      public void setTargetURL(String targetURL)
    • url

    • getUrl

      @Nonnull public String getUrl()
      The URL of the sign-in page for this app (for SWA apps with the `template_swa` app name definition)
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • usernameField

      public SwaApplicationSettingsApplication usernameField(String usernameField)
    • getUsernameField

      @Nonnull public String 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

      public void setUsernameField(String usernameField)
    • userNameSelector

      public SwaApplicationSettingsApplication userNameSelector(String userNameSelector)
    • getUserNameSelector

      @Nullable public String 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

      public void setUserNameSelector(String userNameSelector)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object