9#ifndef SQUID_SRC_ACL_EXTUSER_H
10#define SQUID_SRC_ACL_EXTUSER_H
28 void parse()
override;
32 bool empty ()
const override;
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
MEMPROXY_CLASS(ACLExtUser)
ACLData< char const * > * data
int match(ACLChecklist *checklist) override
Matches the actual data in checklist against this Acl::Node.
SBufList dump() const override
bool empty() const override
bool requiresRequest() const override
whether our (i.e. shallow) match() requires checklist to have a request
const Acl::Options & lineOptions() override
void parse() override
parses node representation in squid.conf; dies on failures
char const * typeString() const override
std::vector< const Option * > Options
std::list< SBuf > SBufList