Class CheckNewPassword

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

public class CheckNewPassword extends Object implements Serializable, CaptchaResponseAction
The API action model for actions where a new user password is provided.
Since:
9.3
See Also:
  • Constructor Details

    • CheckNewPassword

      public CheckNewPassword()
  • Method Details

    • getUsername

      public String getUsername()
      Get the provided username.
    • setUsername

      public void setUsername(String username)
      Set the provided username.
    • getExistingPassword

      public String getExistingPassword()
      Get the user's existing password.
    • setExistingPassword

      public void setExistingPassword(String existingPassword)
      Set the user's existing password.
    • getNewPassword

      public String getNewPassword()
      Get the user's new password.
    • setNewPassword

      public void setNewPassword(String newPassword)
      Set the user's new 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