Barracuda Application Server C/C++ Reference
NO
|
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) | |
The UserIntf constructor. More... | |