Class CheckCurrentCredentials
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckCurrentCredentials
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where a user provides current credentials.
- Since:
- 10.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenGet the provided current password.Get the provided username.voidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidsetPassword(String password) Set the provided current password.voidsetUsername(String username) Set the provided username.
-
Constructor Details
-
CheckCurrentCredentials
public CheckCurrentCredentials()
-
-
Method Details
-
getUsername
Get the provided username. -
setUsername
Set the provided username. -
getPassword
Get the provided current password. -
setPassword
Set the provided current password. -
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
-