Package com.okta.sdk.resource.model
Class SecurityEventsProviderRequestSettings
java.lang.Object
com.okta.sdk.resource.model.SecurityEventsProviderRequestSettings
- 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 SecurityEventsProviderRequestSettings
extends Object
implements Serializable
Information about the Security Events Provider for signal ingestion
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Issuer URLThe public URL where the JWKS public key is uploadedThe published well-known URL of the Security Events Provider (the SSF transmitter)int
hashCode()
void
void
setJwksUrl
(String jwksUrl) void
setWellKnownUrl
(String wellKnownUrl) toString()
wellKnownUrl
(String wellKnownUrl)
-
Field Details
-
JSON_PROPERTY_WELL_KNOWN_URL
- See Also:
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_JWKS_URL
- See Also:
-
-
Constructor Details
-
SecurityEventsProviderRequestSettings
public SecurityEventsProviderRequestSettings()
-
-
Method Details
-
wellKnownUrl
-
getWellKnownUrl
The published well-known URL of the Security Events Provider (the SSF transmitter)- Returns:
- wellKnownUrl
-
setWellKnownUrl
-
issuer
-
getIssuer
Issuer URL- Returns:
- issuer
-
setIssuer
-
jwksUrl
-
getJwksUrl
The public URL where the JWKS public key is uploaded- Returns:
- jwksUrl
-
setJwksUrl
-
equals
-
hashCode
public int hashCode() -
toString
-