Uses of Class
com.okta.sdk.resource.model.SAMLHookResponseCommandsInner
-
Uses of SAMLHookResponseCommandsInner in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionSAMLHookResponseCommandsInner.addvalueItem
(SAMLHookResponseCommandsInnerValueInner valueItem) SAMLHookResponseCommandsInner.value
(List<SAMLHookResponseCommandsInnerValueInner> value) Modifier and TypeMethodDescriptionSAMLHookResponse.getCommands()
The `commands` object is where you tell Okta to add additional claims to the assertion or to modify the existing assertion statements.Modifier and TypeMethodDescriptionSAMLHookResponse.addcommandsItem
(SAMLHookResponseCommandsInner commandsItem) Modifier and TypeMethodDescriptionSAMLHookResponse.commands
(List<SAMLHookResponseCommandsInner> commands) void
SAMLHookResponse.setCommands
(List<SAMLHookResponseCommandsInner> commands)