Uses of Class
com.okta.sdk.resource.model.SAMLHookResponseCommandsInner
Packages that use SAMLHookResponseCommandsInner
-
Uses of SAMLHookResponseCommandsInner in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return SAMLHookResponseCommandsInnerModifier and TypeMethodDescriptionSAMLHookResponseCommandsInner.addvalueItem
(SAMLHookResponseCommandsInnerValueInner valueItem) SAMLHookResponseCommandsInner.value
(List<SAMLHookResponseCommandsInnerValueInner> value) Methods in com.okta.sdk.resource.model that return types with arguments of type SAMLHookResponseCommandsInnerModifier 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.Methods in com.okta.sdk.resource.model with parameters of type SAMLHookResponseCommandsInnerModifier and TypeMethodDescriptionSAMLHookResponse.addcommandsItem
(SAMLHookResponseCommandsInner commandsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type SAMLHookResponseCommandsInnerModifier and TypeMethodDescriptionSAMLHookResponse.commands
(List<SAMLHookResponseCommandsInner> commands) void
SAMLHookResponse.setCommands
(List<SAMLHookResponseCommandsInner> commands)