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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get authnContextThe unique identifier describing the assertion statementint
hashCode()
sessionIndex
(String sessionIndex) void
void
setSessionIndex
(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
-