zypp::media::CredentialFileReader Class Reference

#include <CredentialFileReader.h>

List of all members.

Public Types

typedef function< bool(AuthData_Ptr &)> ProcessCredentials
 Callback definition.

Public Member Functions

 CredentialFileReader (const Pathname &crfile, const ProcessCredentials &callback)
 ~CredentialFileReader ()

Private Attributes

ProcessCredentials _callback


Detailed Description

Definition at line 33 of file CredentialFileReader.h.


Member Typedef Documentation

Callback definition.

First parameter is the Url with which the credentials are associated, the second are the credentials.

Return false from the callback to get a AbortRequestException to be thrown and the processing to be cancelled.

Definition at line 44 of file CredentialFileReader.h.


Constructor & Destructor Documentation

zypp::media::CredentialFileReader::CredentialFileReader ( const Pathname &  crfile,
const ProcessCredentials callback 
)

zypp::media::CredentialFileReader::~CredentialFileReader (  ) 

Definition at line 90 of file CredentialFileReader.cc.


Member Data Documentation

Definition at line 50 of file CredentialFileReader.h.


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

doxygen