Class ApplicationAccessibility

java.lang.Object
com.okta.sdk.resource.model.ApplicationAccessibility
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T16:19:57.008753975Z[Etc/UTC]", comments="Generator version: 7.8.0") public class ApplicationAccessibility extends Object implements Serializable
Specifies access settings for the app
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • ApplicationAccessibility Link icon

      public ApplicationAccessibility()
  • Method Details Link icon

    • errorRedirectUrl Link icon

      public ApplicationAccessibility errorRedirectUrl(String errorRedirectUrl)
    • getErrorRedirectUrl Link icon

      @Nullable public String getErrorRedirectUrl()
      Custom error page URL for the app
      Returns:
      errorRedirectUrl
    • setErrorRedirectUrl Link icon

      public void setErrorRedirectUrl(String errorRedirectUrl)
    • loginRedirectUrl Link icon

      public ApplicationAccessibility loginRedirectUrl(String loginRedirectUrl)
    • getLoginRedirectUrl Link icon

      @Nullable public String getLoginRedirectUrl()
      Custom login page URL for the app > **Note:** The `loginRedirectUrl` property is deprecated in Identity Engine. This property is used with the custom app login feature. Orgs that actively use this feature can continue to do so. See [Okta-hosted sign-in (redirect authentication)](https://developer.okta.com/docs/guides/redirect-authentication/) or [configure IdP routing rules](https://help.okta.com/okta_help.htm?type=oie&id=ext-cfg-routing-rules) to redirect users to the appropriate sign-in app for orgs that don't use the custom app login feature.
      Returns:
      loginRedirectUrl
    • setLoginRedirectUrl Link icon

      public void setLoginRedirectUrl(String loginRedirectUrl)
    • selfService Link icon

      public ApplicationAccessibility selfService(Boolean selfService)
    • getSelfService Link icon

      @Nullable public Boolean getSelfService()
      Represents whether the app can be self-assignable by users
      Returns:
      selfService
    • setSelfService Link icon

      public void setSelfService(Boolean selfService)
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object