SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

PasswordChangeRequest Event

Signals that the server requests a password change.

Syntax

public open class DefaultSftpclientEventListener : SftpclientEventListener {
  ...
  public override fun passwordChangeRequest(e: SftpclientPasswordChangeRequestEvent) {}
  ...
}

public class SftpclientPasswordChangeRequestEvent {
  val prompt: String?
  var newPassword: String?
  var cancel: Boolean
}

Remarks

The component fires this event to pass the password change request from the server to the application. This event is fired during the SSH handshake.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]