Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource.inline.hook | |
com.okta.sdk.resource.inline.hook |
Modifier and Type | Method and Description |
---|---|
InlineHook |
Client.createInlineHook(InlineHook inlineHook)
Success
|
InlineHook |
Client.getInlineHook(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 |
DefaultClient.createInlineHook(InlineHook inlineHook)
Success
|
InlineHook |
DefaultClient.getInlineHook(String inlineHookId)
Gets an inline hook by ID
|
Modifier and Type | Method and Description |
---|---|
InlineHook |
DefaultClient.createInlineHook(InlineHook inlineHook)
Success
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInlineHook
InlineHook
|
Modifier and Type | Method and Description |
---|---|
InlineHook |
DefaultInlineHook.activate()
Activates the Inline Hook matching the provided id
|
InlineHook |
DefaultInlineHookBuilder.buildAndCreate(Client client) |
InlineHook |
DefaultInlineHook.deactivate()
Deactivates the Inline Hook matching the provided id
|
InlineHook |
DefaultInlineHook.setChannel(InlineHookChannel channel) |
InlineHook |
DefaultInlineHook.setName(String name) |
InlineHook |
DefaultInlineHook.setStatus(InlineHookStatus status) |
InlineHook |
DefaultInlineHook.setType(InlineHookType type) |
InlineHook |
DefaultInlineHook.setVersion(String version) |
InlineHook |
DefaultInlineHook.update()
Updates an inline hook by ID
|
Modifier and Type | Method and Description |
---|---|
protected Class<InlineHook> |
DefaultInlineHookList.getItemType() |
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(String name) |
InlineHook |
InlineHook.setStatus(InlineHookStatus status) |
InlineHook |
InlineHook.setType(InlineHookType type) |
InlineHook |
InlineHook.setVersion(String version) |
InlineHook |
InlineHook.update()
Updates an inline hook by ID
|
Copyright © 2017–2023 Okta. All rights reserved.