Class CheckUsernamePassword
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckUsernamePassword
- All Implemented Interfaces:
CaptchaResponseAction,Serializable
The API action model for actions where the user's credentials are provided.
- Since:
- 9.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenGet the provided password.booleanGet the provided 'Remember My Username' selection.booleanGet the provided 'This Is My Device' selection.Get the provided username.voidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response tokenvoidsetPassword(String password) Set the provided password.voidsetRememberMyUsername(boolean rememberMyUsername) Set the provided 'Remember My Username' selection.voidsetThisIsMyDevice(boolean thisIsMyDevice) Set the provided 'This Is My Device' selection.voidsetUsername(String username) Set the provided username.
-
Constructor Details
-
CheckUsernamePassword
public CheckUsernamePassword()Create a UsernamePasswordCheck instance.
-
-
Method Details
-
getUsername
Get the provided username. -
setUsername
Set the provided username. -
getPassword
Get the provided password. -
setPassword
Set the provided password. -
getRememberMyUsername
public boolean getRememberMyUsername()Get the provided 'Remember My Username' selection. -
setRememberMyUsername
public void setRememberMyUsername(boolean rememberMyUsername) Set the provided 'Remember My Username' selection. -
getThisIsMyDevice
public boolean getThisIsMyDevice()Get the provided 'This Is My Device' selection. -
setThisIsMyDevice
public void setThisIsMyDevice(boolean thisIsMyDevice) Set the provided 'This Is My Device' selection. -
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
-