Class CheckPasswordReset

java.lang.Object
com.pingidentity.sdk.api.authn.model.action.CheckPasswordReset

public class CheckPasswordReset extends Object
The API action model for actions where a new user password is provided for password reset.
Since:
9.3
  • Constructor Details

    • CheckPasswordReset

      public CheckPasswordReset()
  • Method Details

    • getNewPassword

      public String getNewPassword()
      Get the user's new password.
    • setNewPassword

      public void setNewPassword(String newPassword)
      Set the user's new password.