Package com.okta.sdk.resource.model
Class SamlSsoEndpoint
java.lang.Object
com.okta.sdk.resource.model.SamlSsoEndpoint
- 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 SamlSsoEndpoint
extends Object
implements Serializable
IdP's `SingleSignOnService` endpoint where Okta sends an `<AuthnRequest>` message
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbinding
(ProtocolEndpointBinding binding) destination
(String destination) boolean
Get bindingURI reference that indicates the address to which the `<AuthnRequest>` message is sent.getUrl()
URL of the binding-specific endpoint to send an `<AuthnRequest>` message to the IdP.int
hashCode()
void
setBinding
(ProtocolEndpointBinding binding) void
setDestination
(String destination) void
toString()
-
Field Details
-
JSON_PROPERTY_BINDING
- See Also:
-
JSON_PROPERTY_DESTINATION
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
SamlSsoEndpoint
public SamlSsoEndpoint()
-
-
Method Details
-
binding
-
getBinding
Get binding- Returns:
- binding
-
setBinding
-
destination
-
getDestination
URI reference that indicates the address to which the `<AuthnRequest>` message is sent. The `destination` property is required if request signatures are specified. See [SAML 2.0 Request Algorithm object](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/IdentityProvider/#tag/IdentityProvider/operation/createIdentityProvider!path=protocol/0/algorithms/request&t=request).- Returns:
- destination
-
setDestination
-
url
-
getUrl
URL of the binding-specific endpoint to send an `<AuthnRequest>` message to the IdP. The value of `url` defaults to the same value as the `sso` endpoint if omitted during creation of a new IdP instance. The `url` should be the same value as the `Location` attribute for a published binding in the IdP's SAML Metadata `IDPSSODescriptor`.- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-