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-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class ApplicationAccessibility extends Object implements Serializable
Specifies access settings for the app
See Also:
  • Field Details

  • Constructor Details

    • ApplicationAccessibility

      public ApplicationAccessibility()
  • Method Details

    • errorRedirectUrl

      public ApplicationAccessibility errorRedirectUrl(String errorRedirectUrl)
    • getErrorRedirectUrl

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

      public void setErrorRedirectUrl(String errorRedirectUrl)
    • loginRedirectUrl

      public ApplicationAccessibility loginRedirectUrl(String loginRedirectUrl)
    • getLoginRedirectUrl

      @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

      public void setLoginRedirectUrl(String loginRedirectUrl)
    • selfService

      public ApplicationAccessibility selfService(Boolean selfService)
    • getSelfService

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

      public void setSelfService(Boolean selfService)
    • 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