|
Squid Web Cache master
|
list of cachemgr password authorization definitions. Currently a POD. More...
#include <ActionPasswordList.h>
Public Member Functions | |
| ~ActionPasswordList () | |
Public Attributes | |
| char * | passwd = nullptr |
| SBufList | actions |
| ActionPasswordList * | next = nullptr |
Definition at line 18 of file ActionPasswordList.h.
| Mgr::ActionPasswordList::~ActionPasswordList | ( | ) |
Definition at line 13 of file ActionPasswordList.cc.
| SBufList Mgr::ActionPasswordList::actions |
Definition at line 24 of file ActionPasswordList.h.
Referenced by dump_cachemgrpasswd(), parse_cachemgrpasswd(), and CacheManager::PasswdGet().
| ActionPasswordList* Mgr::ActionPasswordList::next = nullptr |
Definition at line 25 of file ActionPasswordList.h.
Referenced by ~ActionPasswordList(), dump_cachemgrpasswd(), parse_cachemgrpasswd(), and CacheManager::PasswdGet().
| char* Mgr::ActionPasswordList::passwd = nullptr |
Definition at line 23 of file ActionPasswordList.h.
Referenced by ~ActionPasswordList(), dump_cachemgrpasswd(), parse_cachemgrpasswd(), and CacheManager::PasswdGet().