Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.resource.inline.hook |
Modifier and Type | Method and Description |
---|---|
InlineHook |
Client.createInlineHook(InlineHook inlineHook)
Success
|
InlineHook |
Client.getInlineHook(java.lang.String inlineHookId)
Gets an inline hook by ID
|
Modifier and Type | Method and Description |
---|---|
InlineHook |
Client.createInlineHook(InlineHook inlineHook)
Success
|
Modifier and Type | Method and Description |
---|---|
InlineHook |
InlineHook.activate()
Activates the Inline Hook matching the provided id
|
InlineHook |
InlineHookBuilder.buildAndCreate(Client client) |
InlineHook |
InlineHook.deactivate()
Deactivates the Inline Hook matching the provided id
|
InlineHook |
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
|
Copyright © 2017-2022 Okta. All Rights Reserved.