Package com.okta.sdk.resource.model
Class WellKnownSSFMetadata
java.lang.Object
com.okta.sdk.resource.model.WellKnownSSFMetadata
- 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 WellKnownSSFMetadata
extends Object
implements Serializable
Metadata about Okta as a transmitter and relevant information for configuration.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadddeliveryMethodsSupportedItem
(URI deliveryMethodsSupportedItem) configurationEndpoint
(URI configurationEndpoint) deliveryMethodsSupported
(List<URI> deliveryMethodsSupported) boolean
The URL of the SSF Stream configuration endpointAn array of supported SET delivery methodsThe issuer used in Security Event Tokens.The URL of the JSON Web Key Set (JWKS) that contains the signing keys for validating the signatures of Security Event Tokens (SETs)int
hashCode()
void
setConfigurationEndpoint
(URI configurationEndpoint) void
setDeliveryMethodsSupported
(List<URI> deliveryMethodsSupported) void
void
setJwksUri
(URI jwksUri) toString()
-
Field Details
-
JSON_PROPERTY_CONFIGURATION_ENDPOINT
- See Also:
-
JSON_PROPERTY_DELIVERY_METHODS_SUPPORTED
- See Also:
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_JWKS_URI
- See Also:
-
-
Constructor Details
-
WellKnownSSFMetadata
public WellKnownSSFMetadata()
-
-
Method Details
-
configurationEndpoint
-
getConfigurationEndpoint
The URL of the SSF Stream configuration endpoint- Returns:
- configurationEndpoint
-
setConfigurationEndpoint
-
deliveryMethodsSupported
-
adddeliveryMethodsSupportedItem
-
getDeliveryMethodsSupported
An array of supported SET delivery methods- Returns:
- deliveryMethodsSupported
-
setDeliveryMethodsSupported
-
issuer
-
getIssuer
The issuer used in Security Event Tokens. This value is set as `iss` in the claim.- Returns:
- issuer
-
setIssuer
-
jwksUri
-
getJwksUri
The URL of the JSON Web Key Set (JWKS) that contains the signing keys for validating the signatures of Security Event Tokens (SETs)- Returns:
- jwksUri
-
setJwksUri
-
equals
-
hashCode
public int hashCode() -
toString
-