SecureBlackbox 2020 Qt Edition

Questions / Feedback?

SessionEstablished Event

This event is fired when a new session has been established.

Syntax

class SAMLIdPServerSessionEstablishedEventParams {
public:
  qint64 ConnectionID();
  const QString &Username();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void SessionEstablished(SAMLIdPServerSessionEstablishedEventParams *e);
// Or, subclass SAMLIdPServer and override this emitter function. virtual int FireSessionEstablished(SAMLIdPServerSessionEstablishedEventParams *e) {...}

Remarks

ConnectionID contains the identifier of the new session, Username specifies the client's address and Username.

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