Class ChangePasswordParams

java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.change_password.ChangePasswordParams

public class ChangePasswordParams extends com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
  • Constructor Details

    • ChangePasswordParams

      public ChangePasswordParams()
  • Method Details

    • getOrchestrationUser

      public OrchestrationUser getOrchestrationUser()
      Gets the configured user for changing the password.
      Returns:
      the configured user
    • setOrchestrationUser

      public void setOrchestrationUser(OrchestrationUser orchestrationUser)
      Sets the user to be used for changing the password.
      Parameters:
      orchestrationUser - the user
    • getChangePasswordCallback

      public ChangePasswordCallback getChangePasswordCallback()
      Retrieves the callback object for change password.
      Returns:
      an object containing the callbacks called during change password process.
    • setChangePasswordCallback

      public void setChangePasswordCallback(ChangePasswordCallback changePasswordCallback)
      Sets the objects containing the change password callbacks.
      Parameters:
      changePasswordCallback - contains the callbacks for change password.