This is the overview for the NotifyUser method overload.
|
Name |
Description |
|
2-arguments version of the User authentication method. In case the 3-arguments version of the method is not overridden, this version of the method is invoked. In this default implementation, the Metadata Adapter poses no restriction. | |
|
Called by Lightstreamer Kernel through the Remote Server as a preliminary check that a user is enabled to make Requests to the related Data Providers. In this default implementation, a simpler 2-arguments version of the method is invoked, where the httpHeaders argument is discarded. Note that, for authentication purposes, only the user and password arguments should be consulted. | |
|
Extended version of the User authentication method, called by Lightstreamer Kernel, through the Remote Server, in case the Server has been instructed (through the <use_client_auth> configuration flag) to acquire the client principal from the client TLS/SSL certificate, if available. In this default implementation, the base 3-arguments version of the method is invoked, where the clientPrincipal argument is discarded. This also ensures backward compatibility with old adapter classes derived from this one. Edition Note: https connections are not enabled in Allegro edition. Edition Note: https connections are not enabled in Moderato edition. |