Class CheckNewPassword
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckNewPassword
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where a new user password is provided.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenGet the user's existing password.Get the user's new password.Get the provided username.voidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidsetExistingPassword(String existingPassword) Set the user's existing password.voidsetNewPassword(String newPassword) Set the user's new password.voidsetUsername(String username) Set the provided username.
-
Constructor Details
-
CheckNewPassword
public CheckNewPassword()
-
-
Method Details
-
getUsername
Get the provided username. -
setUsername
Set the provided username. -
getExistingPassword
Get the user's existing password. -
setExistingPassword
Set the user's existing password. -
getNewPassword
Get the user's new password. -
setNewPassword
Set the user's new password. -
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
-