Class RegisterUser
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.RegisterUser
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where a user is registering.
- Since:
- 10.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenbooleanGet the provided 'This Is My Device' selection.booleanvoidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidsetFieldValues(Map<String, Object> fieldValues) voidsetPassword(String password) voidsetThisIsMyDevice(boolean thisIsMyDevice) Set the provided 'This Is My Device' selection.
-
Constructor Details
-
RegisterUser
public RegisterUser()
-
-
Method Details
-
getThisIsMyDevice
public boolean getThisIsMyDevice()Get the provided 'This Is My Device' selection. -
setThisIsMyDevice
public void setThisIsMyDevice(boolean thisIsMyDevice) Set the provided 'This Is My Device' selection. -
isThisIsMyDevice
public boolean isThisIsMyDevice() -
getFieldValues
-
setFieldValues
-
getPassword
-
setPassword
-
getCaptchaResponse
Description copied from interface:CaptchaResponseActionGet the provided reCAPTCHA user response token- Specified by:
getCaptchaResponsein interfaceCaptchaResponseAction
-
setCaptchaResponse
Description copied from interface:CaptchaResponseActionSet the provided reCAPTCHA user response token- Specified by:
setCaptchaResponsein interfaceCaptchaResponseAction
-