Class CheckPasswordReset
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckPasswordReset
The API action model for actions where a new user password is provided for password reset.
- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the user's new password.voidsetNewPassword(String newPassword) Set the user's new password.
-
Constructor Details
-
CheckPasswordReset
public CheckPasswordReset()
-
-
Method Details
-
getNewPassword
Get the user's new password. -
setNewPassword
Set the user's new password.
-