Class CheckAccountRecoveryUsername
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.action.CheckAccountRecoveryUsername
-
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
public class CheckAccountRecoveryUsername extends Object implements CaptchaResponseAction
The API action model for actions where the username of an existing account is provided for account recovery.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckAccountRecoveryUsername()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaptchaResponse()Get the provided reCAPTCHA user response tokenStringgetUsername()Get the provided username.voidsetCaptchaResponse(String captchaResponse)Set the provided reCAPTCHA user response tokenvoidsetUsername(String username)Set the provided username.
-
-
-
Method Detail
-
getUsername
public String getUsername()
Get the provided username.
-
setUsername
public void setUsername(String username)
Set the provided username.
-
getCaptchaResponse
public String getCaptchaResponse()
Description copied from interface:CaptchaResponseActionGet the provided reCAPTCHA user response token- Specified by:
getCaptchaResponsein interfaceCaptchaResponseAction
-
setCaptchaResponse
public void setCaptchaResponse(String captchaResponse)
Description copied from interface:CaptchaResponseActionSet the provided reCAPTCHA user response token- Specified by:
setCaptchaResponsein interfaceCaptchaResponseAction
-
-