Gadgets.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 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_GADGETS_H
10 #define SQUID_SRC_AUTH_GADGETS_H
11 
12 #if USE_AUTH
13 
14 #include "auth/User.h"
15 #include "hash.h"
16 
17 class ConnStateData;
18 class StoreEntry;
19 
20 // TODO this should be a generic cachemgr API type ?
21 typedef void AUTHSSTATS(StoreEntry *);
22 
25 
36 void authenticateReset(void);
37 
38 void authenticateRotate(void);
39 
45 int authenticateSchemeCount(void);
46 
49 
50 std::vector<Auth::User::Pointer> authenticateCachedUsersList();
51 
52 #endif /* USE_AUTH */
53 #endif /* SQUID_SRC_AUTH_GADGETS_H */
54 
void authenticateInit(Auth::ConfigVector *)
Definition: Gadgets.cc:70
std::vector< Auth::SchemeConfig * > ConfigVector
Definition: forward.h:23
void authenticateOnCloseConnection(ConnStateData *conn)
void authenticateFreeProxyAuthUserACLResults(void *data)
void authenticateReset(void)
Definition: Gadgets.cc:94
int authenticateSchemeCount(void)
Definition: Gadgets.cc:53
void AUTHSSTATS(StoreEntry *)
Definition: Gadgets.h:21
void authenticateRotate(void)
Definition: Gadgets.cc:85
std::vector< Auth::User::Pointer > authenticateCachedUsersList()
Definition: Gadgets.cc:108
int authenticateActiveSchemeCount(void)
Definition: Gadgets.cc:38

 

Introduction

Documentation

Support

Miscellaneous