Uses of Class
com.okta.sdk.resource.model.EventHook
Packages that use EventHook
-
Uses of EventHook in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return EventHookModifier and TypeMethodDescriptionEventHookApi.activateEventHook(String eventHookId) Activate an Event Hook Activates the event hook that matches the provided `id`EventHookApi.activateEventHook(String eventHookId, Map<String, String> additionalHeaders) Activate an Event Hook Activates the event hook that matches the provided `id`EventHookApi.createEventHook(EventHook eventHook) Create an Event Hook Creates a new event hook for your organization in `ACTIVE` status.EventHookApi.createEventHook(EventHook eventHook, Map<String, String> additionalHeaders) Create an Event Hook Creates a new event hook for your organization in `ACTIVE` status.EventHookApi.deactivateEventHook(String eventHookId) Deactivate an Event Hook Deactivates the event hook that matches the provided `id`EventHookApi.deactivateEventHook(String eventHookId, Map<String, String> additionalHeaders) Deactivate an Event Hook Deactivates the event hook that matches the provided `id`EventHookApi.getEventHook(String eventHookId) Retrieve an Event Hook Retrieves an event hookEventHookApi.getEventHook(String eventHookId, Map<String, String> additionalHeaders) Retrieve an Event Hook Retrieves an event hookEventHookApi.replaceEventHook(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hook.EventHookApi.replaceEventHook(String eventHookId, EventHook eventHook, Map<String, String> additionalHeaders) Replace an Event Hook Replaces an event hook.EventHookApi.verifyEventHook(String eventHookId) Verify an Event Hook Verifies that the event hook matches the provided `eventHookId`.EventHookApi.verifyEventHook(String eventHookId, Map<String, String> additionalHeaders) Verify an Event Hook Verifies that the event hook matches the provided `eventHookId`.Methods in com.okta.sdk.resource.api that return types with arguments of type EventHookModifier and TypeMethodDescriptionEventHookApi.listEventHooks()List all Event Hooks Lists all event hooksEventHookApi.listEventHooks(Map<String, String> additionalHeaders) List all Event Hooks Lists all event hooksMethods in com.okta.sdk.resource.api with parameters of type EventHookModifier and TypeMethodDescriptionEventHookApi.createEventHook(EventHook eventHook) Create an Event Hook Creates a new event hook for your organization in `ACTIVE` status.EventHookApi.createEventHook(EventHook eventHook, Map<String, String> additionalHeaders) Create an Event Hook Creates a new event hook for your organization in `ACTIVE` status.EventHookApi.replaceEventHook(String eventHookId, EventHook eventHook) Replace an Event Hook Replaces an event hook.EventHookApi.replaceEventHook(String eventHookId, EventHook eventHook, Map<String, String> additionalHeaders) Replace an Event Hook Replaces an event hook. -
Uses of EventHook in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return EventHookModifier and TypeMethodDescriptionEventHook.channel(EventHookChannel channel) EventHook.description(String description) EventHook.events(EventSubscriptions events) EventHook.links(EventHookLinks links) EventHook.verificationStatus(EventHookVerificationStatus verificationStatus)