Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
HookKey |
HookKeyApi.createHookKey(KeyRequest keyRequest)
Create a key
Creates a key for use with other parts of the application, such as inline hooks Use the key name to access this key for inline hook operations.
|
HookKey |
HookKeyApi.createHookKey(KeyRequest keyRequest,
Map<String,String> additionalHeaders)
Create a key
Creates a key for use with other parts of the application, such as inline hooks Use the key name to access this key for inline hook operations.
|
HookKey |
HookKeyApi.getHookKey(String hookKeyId)
Retrieve a key
Retrieves a key by `hookKeyId`
|
HookKey |
HookKeyApi.getHookKey(String hookKeyId,
Map<String,String> additionalHeaders)
Retrieve a key
Retrieves a key by `hookKeyId`
|
HookKey |
HookKeyApi.replaceHookKey(String hookKeyId,
KeyRequest keyRequest)
Replace a key
Replaces a key by `hookKeyId` This request replaces existing properties after passing validation.
|
HookKey |
HookKeyApi.replaceHookKey(String hookKeyId,
KeyRequest keyRequest,
Map<String,String> additionalHeaders)
Replace a key
Replaces a key by `hookKeyId` This request replaces existing properties after passing validation.
|
Modifier and Type | Method and Description |
---|---|
List<HookKey> |
HookKeyApi.listHookKeys()
List all keys
Lists all keys
|
List<HookKey> |
HookKeyApi.listHookKeys(Map<String,String> additionalHeaders)
List all keys
Lists all keys
|
Modifier and Type | Method and Description |
---|---|
HookKey |
HookKey.embedded(JsonWebKey embedded) |
HookKey |
HookKey.isUsed(Boolean isUsed) |
HookKey |
HookKey.name(String name) |
Copyright © 2017–2023 Okta. All rights reserved.