Package com.okta.sdk.resource.model
Class SAMLHookResponseCommandsInnerValueInner
java.lang.Object
com.okta.sdk.resource.model.SAMLHookResponseCommandsInnerValueInner
- 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 SAMLHookResponseCommandsInnerValueInner
extends Object
implements Serializable
SAMLHookResponseCommandsInnerValueInner
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getOp()
The name of one of the supported ops: `add`: Add a new claim to the assertion `replace`: Modify any element of the assertion > **Note:** If a response to the SAML assertion inline hook request isn't received from your external service within three seconds, a timeout occurs.getPath()
Location, within the assertion, to apply the operationgetValue()
Get valueint
hashCode()
void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_OP
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
SAMLHookResponseCommandsInnerValueInner
public SAMLHookResponseCommandsInnerValueInner()
-
-
Method Details
-
op
-
getOp
The name of one of the supported ops: `add`: Add a new claim to the assertion `replace`: Modify any element of the assertion > **Note:** If a response to the SAML assertion inline hook request isn't received from your external service within three seconds, a timeout occurs. In this scenario, the Okta process flow continues with the original SAML assertion returned.- Returns:
- op
-
setOp
-
path
-
getPath
Location, within the assertion, to apply the operation- Returns:
- path
-
setPath
-
value
public SAMLHookResponseCommandsInnerValueInner value(SAMLHookResponseCommandsInnerValueInnerValue value) -
getValue
Get value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-