Class RegisterUser

java.lang.Object
com.pingidentity.sdk.api.authn.model.action.RegisterUser
All Implemented Interfaces:
CaptchaResponseAction, Serializable

public class RegisterUser extends Object implements Serializable, CaptchaResponseAction
The API action model for actions where a user is registering.
Since:
10.1
See Also:
  • 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

      public Map<String,Object> getFieldValues()
    • setFieldValues

      public void setFieldValues(Map<String,Object> fieldValues)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getCaptchaResponse

      public String getCaptchaResponse()
      Description copied from interface: CaptchaResponseAction
      Get the provided reCAPTCHA user response token
      Specified by:
      getCaptchaResponse in interface CaptchaResponseAction
    • setCaptchaResponse

      public void setCaptchaResponse(String captchaResponse)
      Description copied from interface: CaptchaResponseAction
      Set the provided reCAPTCHA user response token
      Specified by:
      setCaptchaResponse in interface CaptchaResponseAction