![]() |
CernVM-FS
2.12.0
|
#include <download.h>
Public Member Functions | |
virtual | ~CredentialsAttachment () |
virtual bool | ConfigureCurlHandle (CURL *curl_handle, pid_t pid, void **info_data)=0 |
virtual void | ReleaseCurlHandle (CURL *curl_handle, void *info_data)=0 |
Provides hooks to attach per-transfer credentials to curl handles. Overwritten by the AuthzX509Attachment in authz_curl.cc. Needs to be thread-safe because it can be potentially used by multiple DownloadManagers.
Definition at line 105 of file download.h.
|
inlinevirtual |
Definition at line 107 of file download.h.
|
pure virtual |
Implemented in AuthzAttachment.
|
pure virtual |
Implemented in AuthzAttachment.