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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class ApplicationAccessibility
extends Object
implements Serializable
Specifies access settings for the app
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
errorRedirectUrl
(String errorRedirectUrl) Custom error page URL for the appCustom login page URL for the appRepresents 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
-
setErrorRedirectUrl
-
loginRedirectUrl
-
getLoginRedirectUrl
-
setLoginRedirectUrl
-
selfService
-
getSelfService
-
setSelfService
-
equals
-
hashCode
-
toString
-