te::qt::widgets::ProxyAuthenticationHandler Class Reference

A class to handle the proxy authentication information. More...

#include <ProxyAuthenticationHandler.h>

Inheritance diagram for te::qt::widgets::ProxyAuthenticationHandler:
te::core::ProxyAuthenticationHandler

Public Member Functions

virtual bool getAuthentication (std::string &userName, std::string &password) const
 Gets the current proxy authentication information. More...
 
 ProxyAuthenticationHandler ()=default
 
virtual ~ProxyAuthenticationHandler ()=default
 

Detailed Description

A class to handle the proxy authentication information.

Definition at line 46 of file ProxyAuthenticationHandler.h.

Constructor & Destructor Documentation

◆ ProxyAuthenticationHandler()

te::qt::widgets::ProxyAuthenticationHandler::ProxyAuthenticationHandler ( )
default

◆ ~ProxyAuthenticationHandler()

virtual te::qt::widgets::ProxyAuthenticationHandler::~ProxyAuthenticationHandler ( )
virtualdefault

Member Function Documentation

◆ getAuthentication()

virtual bool te::qt::widgets::ProxyAuthenticationHandler::getAuthentication ( std::string &  userName,
std::string &  password 
) const
virtual

Gets the current proxy authentication information.

Parameters
userName(output) The user name to be used in the proxy authentication
password(output) The password to be used in the proxy authentication
Returns
TRUE if both parameters had been successfully retrived. FALSE otherwise

Implements te::core::ProxyAuthenticationHandler.


The documentation for this class was generated from the following file: