Package com.okta.sdk.resource.model
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
errorRedirectUrl
(String errorRedirectUrl) Custom error page URL for the appCustom login page URL for the app > **Note:** The `loginRedirectUrl` property is deprecated in Identity Engine.Represents whether the app can be self-assignable by usersint
hashCode()
loginRedirectUrl
(String loginRedirectUrl) selfService
(Boolean selfService) void
setErrorRedirectUrl
(String errorRedirectUrl) void
setLoginRedirectUrl
(String loginRedirectUrl) void
setSelfService
(Boolean selfService) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_REDIRECT_URL
- See Also:
-
JSON_PROPERTY_LOGIN_REDIRECT_URL
- See Also:
-
JSON_PROPERTY_SELF_SERVICE
- See Also:
-
-
Constructor Details
-
ApplicationAccessibility
public ApplicationAccessibility()
-
-
Method Details
-
errorRedirectUrl
-
getErrorRedirectUrl
Custom error page URL for the app- Returns:
- errorRedirectUrl
-
setErrorRedirectUrl
-
loginRedirectUrl
-
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
-
selfService
-
getSelfService
Represents whether the app can be self-assignable by users- Returns:
- selfService
-
setSelfService
-
equals
-
hashCode
public int hashCode() -
toString
-