te::core::ProxyAuthenticationHandler Class Referenceabstract

#include <ProxyAuthenticationHandler.h>

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

Public Member Functions

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

Detailed Description

Definition at line 47 of file ProxyAuthenticationHandler.h.

Constructor & Destructor Documentation

◆ ProxyAuthenticationHandler()

te::core::ProxyAuthenticationHandler::ProxyAuthenticationHandler ( )
default

◆ ~ProxyAuthenticationHandler()

virtual te::core::ProxyAuthenticationHandler::~ProxyAuthenticationHandler ( )
virtualdefault

Member Function Documentation

◆ getAuthentication()

virtual bool te::core::ProxyAuthenticationHandler::getAuthentication ( std::string &  userName,
std::string &  password 
) const
pure 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

Implemented in te::qt::widgets::ProxyAuthenticationHandler.


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