Package com.okta.sdk.resource.model
Class SAMLPayLoadDataAssertionAuthentication
java.lang.Object
com.okta.sdk.resource.model.SAMLPayLoadDataAssertionAuthentication
- 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 SAMLPayLoadDataAssertionAuthentication
extends Object
implements Serializable
Provides a JSON representation of the `<saml:AuthnStatement>` element of the SAML assertion
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet authnContextThe unique identifier describing the assertion statementinthashCode()sessionIndex(String sessionIndex) voidvoidsetSessionIndex(String sessionIndex) toString() 
- 
Field Details
- 
JSON_PROPERTY_SESSION_INDEX
- See Also:
 
 - 
JSON_PROPERTY_AUTHN_CONTEXT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SAMLPayLoadDataAssertionAuthentication
public SAMLPayLoadDataAssertionAuthentication() 
 - 
 - 
Method Details
- 
sessionIndex
 - 
getSessionIndex
The unique identifier describing the assertion statement- Returns:
 - sessionIndex
 
 - 
setSessionIndex
 - 
authnContext
public SAMLPayLoadDataAssertionAuthentication authnContext(SAMLPayLoadDataAssertionAuthenticationAuthnContext authnContext)  - 
getAuthnContext
Get authnContext- Returns:
 - authnContext
 
 - 
setAuthnContext
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -