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-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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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`Get nameFormatint
hashCode()
honorPersistentNameId
(Boolean honorPersistentNameId) nameFormat
(SamlNameIdFormat nameFormat) void
setHonorPersistentNameId
(Boolean honorPersistentNameId) void
setNameFormat
(SamlNameIdFormat nameFormat) toString()
-
Field Details
-
JSON_PROPERTY_HONOR_PERSISTENT_NAME_ID
- See Also:
-
JSON_PROPERTY_NAME_FORMAT
- See Also:
-
-
Constructor Details
-
SamlSettings
public SamlSettings()
-
-
Method Details
-
honorPersistentNameId
-
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
-
nameFormat
-
getNameFormat
Get nameFormat- Returns:
- nameFormat
-
setNameFormat
-
equals
-
hashCode
public int hashCode() -
toString
-