SecureBlackbox 2020 Android Edition

Questions / Feedback?

AuthSucceeded Event

Reports a successful authentication.

Syntax

public class DefaultSftpclientEventListener implements SftpclientEventListener {
  ...
  public void authSucceeded(SftpclientAuthSucceededEvent e) {}
  ...
}

public class SftpclientAuthSucceededEvent {
}

Remarks

This event marks the completion of the authentication procedure, and signifies transition to the SSH connection subprotocol.

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