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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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) addclaimsItem
(SamlClaimsInner claimsItem) addgroupsItem
(String groupsItem) claims
(List<SamlClaimsInner> claims) boolean
getAcs()
List of Assertion Consumer Service (ACS) URLs.Attribute statements to appear in the Okta SAML assertiongetDoc()
The URL to your customer-facing instructions for configuring your SAML integration.Globally unique name for your SAML entity.Defines the group attribute names for the SAML assertion statement.int
hashCode()
void
setAcs
(List<SamlAcsInner> acs) void
setClaims
(List<SamlClaimsInner> claims) void
void
setEntityId
(String entityId) void
toString()
-
Field Details
-
JSON_PROPERTY_ACS
- See Also:
-
JSON_PROPERTY_CLAIMS
- See Also:
-
JSON_PROPERTY_DOC
- See Also:
-
JSON_PROPERTY_ENTITY_ID
- See Also:
-
JSON_PROPERTY_GROUPS
- 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
-
claims
-
addclaimsItem
-
getClaims
Attribute statements to appear in the Okta SAML assertion- Returns:
- claims
-
setClaims
-
doc
-
getDoc
The URL to your customer-facing instructions for configuring your SAML integration. See [Customer configuration document guidelines](https://developer.okta.com/docs/guides/submit-app-prereq/main/#customer-configuration-document-guidelines).- Returns:
- doc
-
setDoc
-
entityId
-
getEntityId
Globally unique name for your SAML entity. For instance, your Identity Provider (IdP) or Service Provider (SP) URL.- Returns:
- entityId
-
setEntityId
-
groups
-
addgroupsItem
-
getGroups
Defines the group attribute names for the SAML assertion statement. Okta inserts the list of Okta user groups into the attribute names in the statement.- Returns:
- groups
-
setGroups
-
equals
-
hashCode
public int hashCode() -
toString
-