Class SubmitIdentifier
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.SubmitIdentifier
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where an identifier is provided for authentication.
- Since:
- 10.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenGet the submitted identifier.voidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidsetIdentifier(String identifier) Set the identifier.
-
Constructor Details
-
SubmitIdentifier
public SubmitIdentifier()
-
-
Method Details
-
getIdentifier
Get the submitted identifier. -
setIdentifier
Set the identifier. -
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
-