Package com.okta.sdk.resource.model
Class SAMLPayLoadData
java.lang.Object
com.okta.sdk.resource.model.SAMLPayLoadData
- 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 SAMLPayLoadData
extends Object
implements Serializable
SAMLPayLoadData
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassertion
(SAMLPayLoadDataAssertion assertion) context
(SAMLPayLoadDataContext context) boolean
Get assertionGet contextint
hashCode()
void
setAssertion
(SAMLPayLoadDataAssertion assertion) void
setContext
(SAMLPayLoadDataContext context) toString()
-
Field Details
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_ASSERTION
- See Also:
-
-
Constructor Details
-
SAMLPayLoadData
public SAMLPayLoadData()
-
-
Method Details