SecureBlackbox 2020 Android Edition

Questions / Feedback?

SessionClosed Event

This event is fired when the IdP server has closed a session.

Syntax

public class DefaultSamlidpserverEventListener implements SamlidpserverEventListener {
  ...
  public void sessionClosed(SamlidpserverSessionClosedEvent e) {}
  ...
}

public class SamlidpserverSessionClosedEvent {
  public long connectionID;
}

Remarks

ConnectionID contains the identifier of the closed session.

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