libzypp
13.10.6
|
#include <ZYppCallbacks.h>
Public Member Functions | |
virtual bool | prompt (const Url &, const std::string &, AuthData &) |
Prompt for authentication data. More... | |
Public Member Functions inherited from zypp::callback::ReportBase | |
virtual | ~ReportBase () |
Definition at line 370 of file ZYppCallbacks.h.
|
inlinevirtual |
Prompt for authentication data.
url | URL which required the authentication |
msg | prompt text |
auth_data | input/output object for handling authentication data. As an input parameter auth_data can be prefilled with username (from previous try) or auth_type (available authentication methods aquired from server (only CurlAuthData)). As an output parameter it serves for sending username, pasword or other special data (derived AuthData objects). |
Definition at line 386 of file ZYppCallbacks.h.