Class CheckAccountRecoveryUsername
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckAccountRecoveryUsername
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where the username of an existing account is provided for account recovery.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenGet the provided username.voidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidsetUsername(String username) Set the provided username.
-
Constructor Details
-
CheckAccountRecoveryUsername
public CheckAccountRecoveryUsername()
-
-
Method Details
-
getUsername
Get the provided username. -
setUsername
Set the provided username. -
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
-