Package com.okta.sdk.resource.model
Class Org2OrgApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.Org2OrgApplicationSettingsApplication
- 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 Org2OrgApplicationSettingsApplication
extends Object
implements Serializable
Org2Org app instance properties
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaudRestriction
(String audRestriction) creationState
(String creationState) boolean
The Assertion Consumer Service (ACS) URL of the source org (for `SAML_2_0` sign-on mode)The entity ID of the SP (for `SAML_2_0` sign-on mode)The base URL of the target Okta org (for `SAML_2_0` sign-on mode)Used to track and manage the state of the app's creation or the provisioning process between two Okta orgsIndicates that you don't want to use an email address as the usernamegetToken()
An API token from the target org that's used to secure the connection between the orgsEncrypted token to enhance securityint
hashCode()
preferUsernameOverEmail
(Boolean preferUsernameOverEmail) void
void
setAudRestriction
(String audRestriction) void
setBaseUrl
(String baseUrl) void
setCreationState
(String creationState) void
setPreferUsernameOverEmail
(Boolean preferUsernameOverEmail) void
void
setTokenEncrypted
(String tokenEncrypted) tokenEncrypted
(String tokenEncrypted) toString()
-
Field Details
-
JSON_PROPERTY_ACS_URL
- See Also:
-
JSON_PROPERTY_AUD_RESTRICTION
- See Also:
-
JSON_PROPERTY_BASE_URL
- See Also:
-
JSON_PROPERTY_CREATION_STATE
- See Also:
-
JSON_PROPERTY_PREFER_USERNAME_OVER_EMAIL
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_TOKEN_ENCRYPTED
- See Also:
-
-
Constructor Details
-
Org2OrgApplicationSettingsApplication
public Org2OrgApplicationSettingsApplication()
-
-
Method Details
-
acsUrl
-
getAcsUrl
The Assertion Consumer Service (ACS) URL of the source org (for `SAML_2_0` sign-on mode)- Returns:
- acsUrl
-
setAcsUrl
-
audRestriction
-
getAudRestriction
The entity ID of the SP (for `SAML_2_0` sign-on mode)- Returns:
- audRestriction
-
setAudRestriction
-
baseUrl
-
getBaseUrl
The base URL of the target Okta org (for `SAML_2_0` sign-on mode)- Returns:
- baseUrl
-
setBaseUrl
-
creationState
-
getCreationState
Used to track and manage the state of the app's creation or the provisioning process between two Okta orgs- Returns:
- creationState
-
setCreationState
-
preferUsernameOverEmail
public Org2OrgApplicationSettingsApplication preferUsernameOverEmail(Boolean preferUsernameOverEmail) -
getPreferUsernameOverEmail
Indicates that you don't want to use an email address as the username- Returns:
- preferUsernameOverEmail
-
setPreferUsernameOverEmail
-
token
-
getToken
An API token from the target org that's used to secure the connection between the orgs- Returns:
- token
-
setToken
-
tokenEncrypted
-
getTokenEncrypted
Encrypted token to enhance security- Returns:
- tokenEncrypted
-
setTokenEncrypted
-
equals
-
hashCode
public int hashCode() -
toString
-