Package com.okta.sdk.resource.model
Class StreamConfiguration
java.lang.Object
com.okta.sdk.resource.model.StreamConfiguration
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class StreamConfiguration
extends Object
implements Serializable
StreamConfiguration
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The Subject Identifier format expected for any SET transmitted. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddeventsDeliveredItem
(URI eventsDeliveredItem) addeventsRequestedItem
(URI eventsRequestedItem) addeventsSupportedItem
(URI eventsSupportedItem) delivery
(StreamConfigurationDelivery delivery) boolean
eventsDelivered
(List<URI> eventsDelivered) eventsRequested
(List<URI> eventsRequested) eventsSupported
(List<URI> eventsSupported) format
(StreamConfiguration.FormatEnum format) getAud()
Get audGet deliveryThe events (mapped by the array of event type URIs) that the transmitter actually delivers to the SSF Stream.The events (mapped by the array of event type URIs) that the receiver wants to receiveAn array of event type URIs that the transmitter supports.The Subject Identifier format expected for any SET transmitted.getIss()
The issuer used in Security Event Tokens (SETs).The minimum amount of time, in seconds, between two verification requests.org.openapitools.jackson.nullable.JsonNullable
<Integer> The ID of the SSF Stream configurationint
hashCode()
minVerificationInterval
(Integer minVerificationInterval) void
void
setDelivery
(StreamConfigurationDelivery delivery) void
setEventsDelivered
(List<URI> eventsDelivered) void
setEventsRequested
(List<URI> eventsRequested) void
setEventsSupported
(List<URI> eventsSupported) void
void
void
setMinVerificationInterval
(Integer minVerificationInterval) void
setMinVerificationInterval_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<Integer> minVerificationInterval) void
setStreamId
(String streamId) toString()
-
Field Details
-
JSON_PROPERTY_AUD
- See Also:
-
JSON_PROPERTY_DELIVERY
- See Also:
-
JSON_PROPERTY_EVENTS_DELIVERED
- See Also:
-
JSON_PROPERTY_EVENTS_REQUESTED
- See Also:
-
JSON_PROPERTY_EVENTS_SUPPORTED
- See Also:
-
JSON_PROPERTY_FORMAT
- See Also:
-
JSON_PROPERTY_ISS
- See Also:
-
JSON_PROPERTY_MIN_VERIFICATION_INTERVAL
- See Also:
-
JSON_PROPERTY_STREAM_ID
- See Also:
-
-
Constructor Details
-
StreamConfiguration
public StreamConfiguration()
-
-
Method Details
-
aud
-
getAud
Get aud- Returns:
- aud
-
setAud
-
delivery
-
getDelivery
Get delivery- Returns:
- delivery
-
setDelivery
-
eventsDelivered
-
addeventsDeliveredItem
-
getEventsDelivered
The events (mapped by the array of event type URIs) that the transmitter actually delivers to the SSF Stream. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.- Returns:
- eventsDelivered
-
setEventsDelivered
-
eventsRequested
-
addeventsRequestedItem
-
getEventsRequested
The events (mapped by the array of event type URIs) that the receiver wants to receive- Returns:
- eventsRequested
-
setEventsRequested
-
eventsSupported
-
addeventsSupportedItem
-
getEventsSupported
An array of event type URIs that the transmitter supports. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.- Returns:
- eventsSupported
-
setEventsSupported
-
format
-
getFormat
The Subject Identifier format expected for any SET transmitted.- Returns:
- format
-
setFormat
-
iss
-
getIss
The issuer used in Security Event Tokens (SETs). This value is set as `iss` in the claim. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.- Returns:
- iss
-
setIss
-
minVerificationInterval
-
getMinVerificationInterval
The minimum amount of time, in seconds, between two verification requests. A read-only parameter that is set by the transmitter. If this parameter is included in the request, the value must match the expected value from the transmitter.- Returns:
- minVerificationInterval
-
getMinVerificationInterval_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Integer> getMinVerificationInterval_JsonNullable() -
setMinVerificationInterval_JsonNullable
public void setMinVerificationInterval_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> minVerificationInterval) -
setMinVerificationInterval
-
streamId
-
getStreamId
The ID of the SSF Stream configuration- Returns:
- streamId
-
setStreamId
-
equals
-
hashCode
public int hashCode() -
toString
-