Squid Web Cache
v8/master
Loading...
Searching...
No Matches
Config.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
#ifndef SQUID_SRC_AUTH_NTLM_CONFIG_H
10
#define SQUID_SRC_AUTH_NTLM_CONFIG_H
11
12
#if HAVE_AUTH_MODULE_NTLM
13
14
#include "
auth/Gadgets.h
"
15
#include "
auth/SchemeConfig.h
"
16
#include "
auth/UserRequest.h
"
17
#include "
helper/forward.h
"
18
19
class
HttpRequest
;
20
class
StoreEntry
;
21
22
namespace
Auth
23
{
24
namespace
Ntlm
25
{
26
28
class
Config
:
public
Auth::SchemeConfig
29
{
30
public
:
31
bool
active()
const override
;
32
Auth::UserRequest::Pointer
decode(
char
const
*proxy_auth,
const
HttpRequest
*request,
const
char
*requestRealm)
override
;
33
void
done()
override
;
34
void
rotateHelpers()
override
;
35
void
fixHeader(
Auth::UserRequest::Pointer
,
HttpReply
*,
Http::HdrType
,
HttpRequest
*)
override
;
36
void
init(
Auth::SchemeConfig
*)
override
;
37
void
registerWithCacheManager(
void
)
override
;
38
const
char
* type()
const override
;
39
};
40
41
}
// namespace Ntlm
42
}
// namespace Auth
43
44
extern
Helper::StatefulClientPointer
ntlmauthenticators
;
45
46
#endif
/* HAVE_AUTH_MODULE_NTLM */
47
#endif
/* SQUID_SRC_AUTH_NTLM_CONFIG_H */
48
SchemeConfig.h
Config
class SquidConfig Config
Definition
SquidConfig.cc:12
UserRequest.h
Gadgets.h
ntlmauthenticators
Helper::StatefulClientPointer ntlmauthenticators
Definition
Config.cc:36
Auth::SchemeConfig
Definition
SchemeConfig.h:47
HttpReply
Definition
HttpReply.h:25
HttpRequest
Definition
HttpRequest.h:49
RefCount< Auth::UserRequest >
StoreEntry
Definition
Store.h:38
forward.h
Auth
HTTP Authentication.
Definition
Config.h:19
Http::HdrType
HdrType
Definition
RegisteredHeaders.h:21
squid
src
auth
ntlm
Config.h
Generated by
1.9.8