Package com.okta.sdk.resource.api
Class SsfSecurityEventTokenApi
java.lang.Object
com.okta.sdk.resource.api.SsfSecurityEventTokenApi
@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 SsfSecurityEventTokenApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static com.fasterxml.jackson.databind.ObjectMapper
void
publishSecurityEventTokens
(String securityEventToken) Publish a Security Event Token Publishes a Security Event Token (SET) sent by a Security Events Provider.void
publishSecurityEventTokens
(String securityEventToken, Map<String, String> additionalHeaders) Publish a Security Event Token Publishes a Security Event Token (SET) sent by a Security Events Provider.void
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
SsfSecurityEventTokenApi
public SsfSecurityEventTokenApi() -
SsfSecurityEventTokenApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
publishSecurityEventTokens
Publish a Security Event Token Publishes a Security Event Token (SET) sent by a Security Events Provider. After the token is verified, Okta ingests the event and performs any appropriate action.- Parameters:
securityEventToken
- The request body is a signed [SET](https://datatracker.ietf.org/doc/html/rfc8417), which is a type of JSON Web Token (JWT). For SET JWT header and body descriptions, see [SET JWT header](/openapi/okta-management/management/tag/SSFSecurityEventToken/#tag/SSFSecurityEventToken/schema/SecurityEventTokenRequestJwtHeader) and [SET JWT body payload](/openapi/okta-management/management/tag/SSFSecurityEventToken/#tag/SSFSecurityEventToken/schema/SecurityEventTokenRequestJwtBody). (required)- Throws:
ApiException
- if fails to make API call
-
publishSecurityEventTokens
public void publishSecurityEventTokens(String securityEventToken, Map<String, String> additionalHeaders) throws ApiExceptionPublish a Security Event Token Publishes a Security Event Token (SET) sent by a Security Events Provider. After the token is verified, Okta ingests the event and performs any appropriate action.- Parameters:
securityEventToken
- The request body is a signed [SET](https://datatracker.ietf.org/doc/html/rfc8417), which is a type of JSON Web Token (JWT). For SET JWT header and body descriptions, see [SET JWT header](/openapi/okta-management/management/tag/SSFSecurityEventToken/#tag/SSFSecurityEventToken/schema/SecurityEventTokenRequestJwtHeader) and [SET JWT body payload](/openapi/okta-management/management/tag/SSFSecurityEventToken/#tag/SSFSecurityEventToken/schema/SecurityEventTokenRequestJwtBody). (required)additionalHeaders
- additionalHeaders for this call- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-