Uses of Interface
com.okta.sdk.resource.inline.hook.InlineHook
-
Packages that use InlineHook Package Description com.okta.sdk.client com.okta.sdk.resource.inline.hook -
-
Uses of InlineHook in com.okta.sdk.client
Methods in com.okta.sdk.client that return InlineHook Modifier and Type Method Description InlineHook
Client. createInlineHook(InlineHook inlineHook)
SuccessInlineHook
Client. getInlineHook(java.lang.String inlineHookId)
Gets an inline hook by IDMethods in com.okta.sdk.client with parameters of type InlineHook Modifier and Type Method Description InlineHook
Client. createInlineHook(InlineHook inlineHook)
Success -
Uses of InlineHook in com.okta.sdk.resource.inline.hook
Methods in com.okta.sdk.resource.inline.hook that return InlineHook Modifier and Type Method Description InlineHook
InlineHook. activate()
Activates the Inline Hook matching the provided idInlineHook
InlineHookBuilder. buildAndCreate(Client client)
InlineHook
InlineHook. deactivate()
Deactivates the Inline Hook matching the provided idInlineHook
InlineHook. setChannel(InlineHookChannel channel)
InlineHook
InlineHook. setName(java.lang.String name)
InlineHook
InlineHook. setStatus(InlineHookStatus status)
InlineHook
InlineHook. setType(InlineHookType type)
InlineHook
InlineHook. setVersion(java.lang.String version)
InlineHook
InlineHook. update()
Updates an inline hook by ID
-