Package com.okta.sdk.resource.model
Class Saml11ApplicationSettingsSignOn
java.lang.Object
com.okta.sdk.resource.model.Saml11ApplicationSettingsSignOn
- 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 Saml11ApplicationSettingsSignOn
extends Object
implements Serializable
SAML 1.1 sign-on mode attributes
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaudienceOverride
(String audienceOverride) defaultRelayState
(String defaultRelayState) boolean
The intended audience of the SAML assertion.The URL of the resource to direct users after they successfully sign in to the SP using SAML.The location where the application can present the SAML assertion.Assertion Consumer Services (ACS) URL value for the Service Provider (SP).int
hashCode()
recipientOverride
(String recipientOverride) void
setAudienceOverride
(String audienceOverride) void
setDefaultRelayState
(String defaultRelayState) void
setRecipientOverride
(String recipientOverride) void
setSsoAcsUrlOverride
(String ssoAcsUrlOverride) ssoAcsUrlOverride
(String ssoAcsUrlOverride) toString()
-
Field Details
-
JSON_PROPERTY_AUDIENCE_OVERRIDE
- See Also:
-
JSON_PROPERTY_DEFAULT_RELAY_STATE
- See Also:
-
JSON_PROPERTY_RECIPIENT_OVERRIDE
- See Also:
-
JSON_PROPERTY_SSO_ACS_URL_OVERRIDE
- See Also:
-
-
Constructor Details
-
Saml11ApplicationSettingsSignOn
public Saml11ApplicationSettingsSignOn()
-
-
Method Details
-
audienceOverride
-
getAudienceOverride
The intended audience of the SAML assertion. This is usually the Entity ID of your application.- Returns:
- audienceOverride
-
setAudienceOverride
-
defaultRelayState
-
getDefaultRelayState
The URL of the resource to direct users after they successfully sign in to the SP using SAML. See the SP documentation to check if you need to specify a RelayState. In most instances, you can leave this field blank.- Returns:
- defaultRelayState
-
setDefaultRelayState
-
recipientOverride
-
getRecipientOverride
The location where the application can present the SAML assertion. This is usually the Single Sign-On (SSO) URL.- Returns:
- recipientOverride
-
setRecipientOverride
-
ssoAcsUrlOverride
-
getSsoAcsUrlOverride
Assertion Consumer Services (ACS) URL value for the Service Provider (SP). This URL is always used for Identity Provider (IdP) initiated sign-on requests.- Returns:
- ssoAcsUrlOverride
-
setSsoAcsUrlOverride
-
equals
-
hashCode
public int hashCode() -
toString
-