![]() |
CernVM-FS
2.12.0
|
#include <authz_fetch.h>
Classes | |
struct | QueryInfo |
Public Member Functions | |
virtual | ~AuthzFetcher () |
virtual AuthzStatus | Fetch (const QueryInfo &query_info, AuthzToken *authz_token, unsigned *ttl)=0 |
Definition at line 21 of file authz_fetch.h.
|
inlinevirtual |
Definition at line 32 of file authz_fetch.h.
|
pure virtual |
Based on the given pid, uid, gid and the given membership requirement, gather credentials. Positive and negative replies have a time to live.
Implemented in AuthzExternalFetcher, and AuthzStaticFetcher.
Referenced by AuthzSessionManager::LookupAuthzData().