Uses of Class
com.okta.sdk.resource.model.HookKey
-
Uses of HookKey in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionHookKeyApi.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.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.HookKeyApi.getHookKey
(String hookKeyId) Retrieve a key Retrieves a key by `hookKeyId`HookKeyApi.getHookKey
(String hookKeyId, Map<String, String> additionalHeaders) Retrieve a key Retrieves a key by `hookKeyId`HookKeyApi.replaceHookKey
(String hookKeyId, KeyRequest keyRequest) Replace a key Replaces a key by `hookKeyId` This request replaces existing properties after passing validation.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 TypeMethodDescriptionHookKeyApi.listHookKeys()
List all keys Lists all keysHookKeyApi.listHookKeys
(Map<String, String> additionalHeaders) List all keys Lists all keys -
Uses of HookKey in com.okta.sdk.resource.model