Squid Web Cache master
Loading...
Searching...
No Matches
ExternalACLEntry.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2025 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9/* DEBUG: section 82 External ACL */
10
11#ifndef SQUID_SRC_EXTERNALACLENTRY_H
12#define SQUID_SRC_EXTERNALACLENTRY_H
13
14#include "acl/Acl.h"
15#include "acl/forward.h"
16#include "hash.h"
17#include "Notes.h"
18#include "SquidString.h"
19
20class external_acl;
21/******************************************************************
22 * ExternalACLEntryData
23 * Core data that ExternalACLEntry manages.
24 * Not meant to be used as remote storage at any point:
25 * stack or static or composition use only.
26 */
27
29{
30
31public:
33
35
38
39#if USE_AUTH
40 // TODO use an AuthUser to hold this info
43#endif
47};
48
49/*******************************************************************
50 * external_acl cache entry
51 * Used opaque in the interface
52 */
53
79
80#endif /* SQUID_SRC_EXTERNALACLENTRY_H */
81
#define RefCountable
The locking interface for use on Reference-Counted classes.
Definition Lock.h:66
NotePairs notes
list of all kv-pairs returned by the helper
MEMPROXY_CLASS(ExternalACLEntry)
external_acl * def
NotePairs notes
list of all kv-pairs returned by the helper
~ExternalACLEntry() override
void update(ExternalACLEntryData const &)
@ ACCESS_DUNNO
Definition Acl.h:43