CernVM-FS
2.12.0
|
#include <authz_fetch.h>
Public Member Functions | |
AuthzStaticFetcher (AuthzStatus s, unsigned ttl) | |
virtual | ~AuthzStaticFetcher () |
virtual AuthzStatus | Fetch (const QueryInfo &query_info, AuthzToken *authz_token, unsigned *ttl) |
Public Member Functions inherited from AuthzFetcher | |
virtual | ~AuthzFetcher () |
Private Attributes | |
AuthzStatus | status_ |
unsigned | ttl_ |
Defines the result on construction. Used in libcvmfs and for testing.
Definition at line 47 of file authz_fetch.h.
|
inline |
Definition at line 49 of file authz_fetch.h.
|
inlinevirtual |
Definition at line 50 of file authz_fetch.h.
|
inlinevirtual |
Based on the given pid, uid, gid and the given membership requirement, gather credentials. Positive and negative replies have a time to live.
Implements AuthzFetcher.
Definition at line 51 of file authz_fetch.h.
|
private |
Definition at line 61 of file authz_fetch.h.
Referenced by Fetch().
|
private |
Definition at line 62 of file authz_fetch.h.
Referenced by Fetch().