Package com.okta.sdk.resource.model
Class SAMLPayLoadDataAssertionSubject
java.lang.Object
com.okta.sdk.resource.model.SAMLPayLoadDataAssertionSubject
- 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 SAMLPayLoadDataAssertionSubject
extends Object
implements Serializable
Provides a JSON representation of the `<saml:Subject>` element of the SAML assertion
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconfirmation(SAMLPayLoadDataAssertionSubjectConfirmation confirmation) booleanGet confirmationIndicates how to interpret the attribute nameThe unique identifier of the userinthashCode()nameFormat(String nameFormat) voidsetConfirmation(SAMLPayLoadDataAssertionSubjectConfirmation confirmation) voidsetNameFormat(String nameFormat) voidtoString() 
- 
Field Details
- 
JSON_PROPERTY_NAME_ID
- See Also:
 
 - 
JSON_PROPERTY_NAME_FORMAT
- See Also:
 
 - 
JSON_PROPERTY_CONFIRMATION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SAMLPayLoadDataAssertionSubject
public SAMLPayLoadDataAssertionSubject() 
 - 
 - 
Method Details
- 
nameId
 - 
getNameId
The unique identifier of the user- Returns:
 - nameId
 
 - 
setNameId
 - 
nameFormat
 - 
getNameFormat
Indicates how to interpret the attribute name- Returns:
 - nameFormat
 
 - 
setNameFormat
 - 
confirmation
public SAMLPayLoadDataAssertionSubject confirmation(SAMLPayLoadDataAssertionSubjectConfirmation confirmation)  - 
getConfirmation
Get confirmation- Returns:
 - confirmation
 
 - 
setConfirmation
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -