Package com.okta.sdk.resource.model
Class SAMLPayLoadDataAssertionConditions
java.lang.Object
com.okta.sdk.resource.model.SAMLPayLoadDataAssertionConditions
- 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 SAMLPayLoadDataAssertionConditions
extends Object
implements Serializable
Provides a JSON representation of the `<saml:Conditions>` element of the SAML assertion
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddaudienceRestrictionItem(String audienceRestrictionItem) audienceRestriction(List<String> audienceRestriction) booleanDescribes which service providers the assertion is valid forinthashCode()voidsetAudienceRestriction(List<String> audienceRestriction) toString() 
- 
Field Details
- 
JSON_PROPERTY_AUDIENCE_RESTRICTION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SAMLPayLoadDataAssertionConditions
public SAMLPayLoadDataAssertionConditions() 
 - 
 - 
Method Details
- 
audienceRestriction
 - 
addaudienceRestrictionItem
public SAMLPayLoadDataAssertionConditions addaudienceRestrictionItem(String audienceRestrictionItem)  - 
getAudienceRestriction
Describes which service providers the assertion is valid for- Returns:
 - audienceRestriction
 
 - 
setAudienceRestriction
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -