Package com.okta.sdk.resource.model
Class SamlSettings
java.lang.Object
com.okta.sdk.resource.model.SamlSettings
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class SamlSettings
extends Object
implements Serializable
Advanced settings for the SAML 2.0 protocol
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDetermines if the IdP should persist account linking when the incoming assertion NameID format is `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent`Get nameFormatinthashCode()honorPersistentNameId(Boolean honorPersistentNameId) nameFormat(SamlNameIdFormat nameFormat) voidsetHonorPersistentNameId(Boolean honorPersistentNameId) voidsetNameFormat(SamlNameIdFormat nameFormat) toString()
- 
Field Details- 
JSON_PROPERTY_HONOR_PERSISTENT_NAME_ID- See Also:
 
- 
JSON_PROPERTY_NAME_FORMAT- See Also:
 
 
- 
- 
Constructor Details- 
SamlSettingspublic SamlSettings()
 
- 
- 
Method Details- 
honorPersistentNameId
- 
getHonorPersistentNameIdDetermines if the IdP should persist account linking when the incoming assertion NameID format is `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent`- Returns:
- honorPersistentNameId
 
- 
setHonorPersistentNameId
- 
nameFormat
- 
getNameFormatGet nameFormat- Returns:
- nameFormat
 
- 
setNameFormat
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-