Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef SQUID_SRC_AUTH_BASIC_SCHEME_H
10#define SQUID_SRC_AUTH_BASIC_SCHEME_H
12#if HAVE_AUTH_MODULE_BASIC
31 char const *type()
const override;
32 void shutdownCleanup()
override;
35 Scheme(Scheme
const &);
36 Scheme &operator=(Scheme
const &);