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