Package com.okta.sdk.resource.model
Class RegistrationResponse
java.lang.Object
com.okta.sdk.resource.model.RegistrationResponse
- 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 RegistrationResponse
extends Object
implements Serializable
RegistrationResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddcommandsItem
(RegistrationResponseCommandsInner commandsItem) commands
(List<RegistrationResponseCommandsInner> commands) boolean
error
(RegistrationResponseError error) The `commands` object lets you invoke commands to modify or add values to the attributes in the Okta user profile that are created for this user.getError()
Get errorint
hashCode()
void
setCommands
(List<RegistrationResponseCommandsInner> commands) void
toString()
-
Field Details
-
JSON_PROPERTY_COMMANDS
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
RegistrationResponse
public RegistrationResponse()
-
-
Method Details
-
commands
-
addcommandsItem
-
getCommands
The `commands` object lets you invoke commands to modify or add values to the attributes in the Okta user profile that are created for this user. The object also lets you control whether or not the registration attempt is allowed to proceed. This object is an array, allowing you to send multiple commands in your response. Each array element requires a `type` property and a `value` property. The `type` property is where you specify which of the supported commands you wish to execute, and `value` is where you supply parameters for that command. The registration inline hook supports these three commands: * `com.okta.user.profile.update`: Change attribute values in the user's Okta user profile. For SSR only. Invalid if used with a Progressive Profile response. * `com.okta.action.update`: Allow or deny the user's registration. * `com.okta.user.progressive.profile.update`: Change attribute values in the user's Okta Progressive Profile.- Returns:
- commands
-
setCommands
-
error
-
getError
Get error- Returns:
- error
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-