Abstract interface that can be used to control which sessions to a Bridge application are established, based on credentials supplied by the client. More...
Public Member Functions | |
virtual bool | on_session_connect (IServer_session *session)=0 |
This method is called when a session to a Bridge application is to be established. More... |
|
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > |
Self |
Own type. More... |
|
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > |
IID |
Declares the interface ID (IID) of this interface. More... |
|
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... |
|
Abstract interface that can be used to control which sessions to a Bridge application are established, based on credentials supplied by the client.
|
pure virtual |
This method is called when a session to a Bridge application is to be established.
Use mi::bridge::IServer_session::get_security_token() to obtain the security token string supplied by the client when connecting. This token can be used to decide whether the client is allowed to connect.
session | The session that is to be established. |
true
to accept the session, false
to reject it.