|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
The LoginRespIntf is an abstract class, which must be implemented when using one of DigestAuthenticator, BasicAuthenticator, and FormAuthenticator.
The Barracuda authenticators call the service method if the user is not authenticated or failed to login. The service method must respond by sending a message to the client.
#include <AuthenticatedUser.h>
Public Member Functions | |
| LoginRespIntf (LoginRespIntf_Service service) | |
| Install the required login-response callback. More... | |