Package com.okta.sdk.resource.model
Class Saml
java.lang.Object
com.okta.sdk.resource.model.Saml
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class Saml
extends Object
implements Serializable
SAML configuration details
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionacs
(List<SamlAcsInner> acs) addacsItem
(SamlAcsInner acsItem) boolean
getAcs()
List of Assertion Consumer Service (ACS) URLs.getDoc()
The URL to your customer-facing instructions for configuring your SAML integration.Globally unique name for your SAML entity.int
hashCode()
void
setAcs
(List<SamlAcsInner> acs) void
void
setEntityId
(String entityId) toString()
-
Field Details
-
JSON_PROPERTY_ACS
- See Also:
-
JSON_PROPERTY_DOC
- See Also:
-
JSON_PROPERTY_ENTITY_ID
- See Also:
-
-
Constructor Details
-
Saml
public Saml()
-
-
Method Details
-
acs
-
addacsItem
-
getAcs
List of Assertion Consumer Service (ACS) URLs. The default ACS URL is required and is indicated by a null `index` value. You can use the org-level variables you defined in the `config` array in the URL. For example: `https://${org.subdomain}.example.com/saml/login`- Returns:
- acs
-
setAcs
-
doc
-
getDoc
-
setDoc
-
entityId
-
getEntityId
-
setEntityId
-
equals
-
hashCode
-
toString
-