Class CheckUsernameRecoveryEmail
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckUsernameRecoveryEmail
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where the user provides the email address associated with the username to be recovered.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokengetEmail()Get the email associated with the username that needs to be recovered.voidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidSets the email associated with the username that needs to be recovered.
-
Constructor Details
-
CheckUsernameRecoveryEmail
public CheckUsernameRecoveryEmail()Create a UsernameRecoveryEmail instance.
-
-
Method Details
-
getEmail
Get the email associated with the username that needs to be recovered. -
setEmail
Sets the email associated with the username that needs to be recovered. -
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
-