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-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class SamlSettings extends Object implements Serializable
Advanced settings for the SAML 2.0 protocol
See Also:
  • Field Details

  • Constructor Details

    • SamlSettings

      public SamlSettings()
  • Method Details

    • honorPersistentNameId

      public SamlSettings honorPersistentNameId(Boolean honorPersistentNameId)
    • getHonorPersistentNameId

      @Nullable public Boolean getHonorPersistentNameId()
      Determines 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

      public void setHonorPersistentNameId(Boolean honorPersistentNameId)
    • nameFormat

      public SamlSettings nameFormat(SamlNameIdFormat nameFormat)
    • getNameFormat

      @Nullable public SamlNameIdFormat getNameFormat()
      Get nameFormat
      Returns:
      nameFormat
    • setNameFormat

      public void setNameFormat(SamlNameIdFormat nameFormat)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object