CernVM-FS
2.12.0
|
#include <inttypes.h>
#include <pthread.h>
#include <unistd.h>
#include <string>
#include "authz/authz.h"
#include "gtest/gtest_prod.h"
#include "json_document.h"
#include "util/single_copy.h"
Go to the source code of this file.
Classes | |
class | AuthzFetcher |
struct | AuthzFetcher::QueryInfo |
class | AuthzStaticFetcher |
struct | AuthzExternalMsg |
class | AuthzExternalFetcher |
Enumerations | |
enum | AuthzExternalMsgIds { kAuthzMsgHandshake = 0, kAuthzMsgReady, kAuthzMsgVerify, kAuthzMsgPermit, kAuthzMsgQuit, kAuthzMsgInvalid } |
enum AuthzExternalMsgIds |
Types of messages that can be sent between cvmfs client and authz helper.
Definition at line 69 of file authz_fetch.h.