Package com.okta.sdk.resource.model
Class SAMLHookResponse
java.lang.Object
com.okta.sdk.resource.model.SAMLHookResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SAMLHookResponse
extends Object
implements Serializable
SAMLHookResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddcommandsItem
(SAMLHookResponseCommandsInner commandsItem) commands
(List<SAMLHookResponseCommandsInner> commands) boolean
error
(SAMLHookResponseError error) The `commands` object is where you tell Okta to add additional claims to the assertion or to modify the existing assertion statements.getError()
Get errorint
hashCode()
void
setCommands
(List<SAMLHookResponseCommandsInner> commands) void
setError
(SAMLHookResponseError error) toString()
-
Field Details
-
JSON_PROPERTY_COMMANDS
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
SAMLHookResponse
public SAMLHookResponse()
-
-
Method Details
-
commands
-
addcommandsItem
-
getCommands
The `commands` object is where you tell Okta to add additional claims to the assertion or to modify the existing assertion statements. `commands` is an array, allowing you to send multiple commands. In each array element, include a `type` property and a `value` property. The `type` property is where you specify which of the supported commands you want to execute, and `value` is where you supply an operand for that command. In the case of the SAML assertion inline hook, the `value` property is itself a nested object, in which you specify a particular operation, a path to act on, and a value.- Returns:
- commands
-
setCommands
-
error
-
getError
Get error- Returns:
- error
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-