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 |
Detailed Description
Definition at line 18 of file ActionPasswordList.h.
Constructor & Destructor Documentation
◆ ~ActionPasswordList()
Mgr::ActionPasswordList::~ActionPasswordList | ( | ) |
Definition at line 13 of file ActionPasswordList.cc.
Member Data Documentation
◆ actions
SBufList Mgr::ActionPasswordList::actions |
Definition at line 24 of file ActionPasswordList.h.
Referenced by dump_cachemgrpasswd(), parse_cachemgrpasswd(), and CacheManager::PasswdGet().
◆ next
ActionPasswordList* Mgr::ActionPasswordList::next = nullptr |
Definition at line 25 of file ActionPasswordList.h.
Referenced by ~ActionPasswordList(), dump_cachemgrpasswd(), parse_cachemgrpasswd(), and CacheManager::PasswdGet().
◆ passwd
char* Mgr::ActionPasswordList::passwd = nullptr |
Definition at line 23 of file ActionPasswordList.h.
Referenced by ~ActionPasswordList(), dump_cachemgrpasswd(), parse_cachemgrpasswd(), and CacheManager::PasswdGet().
The documentation for this class was generated from the following files:
- src/mgr/ActionPasswordList.h
- src/mgr/ActionPasswordList.cc