#include <ExternalACLEntry.h>

Inheritance diagram for ExternalACLEntry:
Collaboration diagram for ExternalACLEntry:

Public Member Functions

 ExternalACLEntry ()
 
 ~ExternalACLEntry () override
 
void update (ExternalACLEntryData const &)
 

Public Attributes

dlink_node lru
 
Acl::Answer result
 
time_t date
 
NotePairs notes
 list of all kv-pairs returned by the helper More...
 
String user
 
String password
 
String message
 
String tag
 
String log
 
external_acldef
 
void * key
 
hash_linknext
 

Private Member Functions

 MEMPROXY_CLASS (ExternalACLEntry)
 

Detailed Description

Definition at line 54 of file ExternalACLEntry.h.

Constructor & Destructor Documentation

◆ ExternalACLEntry()

ExternalACLEntry::ExternalACLEntry ( )

Definition at line 19 of file ExternalACLEntry.cc.

References ACCESS_DENIED, date, def, lru, dlink_node::next, dlink_node::prev, and result.

◆ ~ExternalACLEntry()

ExternalACLEntry::~ExternalACLEntry ( )
override

Definition at line 28 of file ExternalACLEntry.cc.

References hash_link::key, and safe_free.

Member Function Documentation

◆ MEMPROXY_CLASS()

ExternalACLEntry::MEMPROXY_CLASS ( ExternalACLEntry  )
private

◆ update()

Member Data Documentation

◆ date

time_t ExternalACLEntry::date

◆ def

◆ key

void* hash_link::key
inherited

Definition at line 19 of file hash.h.

Referenced by ACLExternal::aclMatchExternal(), MemStore::anchorToCache(), Rock::SwapDir::anchorToCache(), Store::CheckSwapMetaKey(), StoreEntry::clearPublicKeyScope(), ClientInfo::ClientInfo(), Rock::SwapDir::createStoreIO(), CommQuotaQueue::dequeue(), destroyStoreEntry(), CommQuotaQueue::enqueue(), external_acl_cache_add(), StoreEntry::forcePublicKey(), fqdncache_entry::fqdncache_entry(), fqdncacheAddEntry(), fqdncacheParse(), StoreEntry::getMD5Text(), hash_join(), hash_remove_link(), StoreEntry::hashDelete(), StoreEntry::hashInsert(), hashKeyStr(), Rock::SwapDir::hasReadableEntry(), htcpQuery(), IdleConnList::IdleConnList(), idnsStartQuery(), ipcache_entry::ipcache_entry(), ipcacheAddEntry(), ipcacheRelease(), Fs::Ufs::UFSSwapDir::logEntry(), Store::Controller::markedForDeletionAndAbandoned(), my_free(), ipcache_entry::name(), neighborsUdpPing(), net_db_name::net_db_name(), netdbHashInsert(), Ipc::StoreMap::openForUpdating(), Store::PackFields(), peerCountMcastPeersCreateAndSend(), StoreEntry::publicKey(), read_passwd_file(), Ipc::StoreMapAnchor::set(), StoreEntry::setPrivateKey(), StoreEntry::setPublicKey(), ClientInfo::setWriteLimiter(), MemStore::startCaching(), storeDigestAdd(), storeDigestDel(), storeKeyHashHash(), storeKeyText(), storeRebuildParseEntry(), Store::UnpackIndexSwapMeta(), WIN32_StoreKey(), wordlistAdd(), UFSCleanLog::write(), ClientInfo::~ClientInfo(), ~ExternalACLEntry(), fqdncache_entry::~fqdncache_entry(), IdleConnList::~IdleConnList(), and net_db_name::~net_db_name().

◆ log

String ExternalACLEntry::log

Definition at line 79 of file ExternalACLEntry.h.

Referenced by ACLExternal::aclMatchExternal(), copyResultsFromEntry(), and update().

◆ lru

dlink_node ExternalACLEntry::lru

◆ message

String ExternalACLEntry::message

Definition at line 77 of file ExternalACLEntry.h.

Referenced by ACLExternal::aclMatchExternal(), copyResultsFromEntry(), and update().

◆ next

◆ notes

NotePairs ExternalACLEntry::notes

Definition at line 71 of file ExternalACLEntry.h.

Referenced by copyResultsFromEntry(), and update().

◆ password

String ExternalACLEntry::password

Definition at line 75 of file ExternalACLEntry.h.

Referenced by copyResultsFromEntry(), and update().

◆ result

◆ tag

String ExternalACLEntry::tag

Definition at line 78 of file ExternalACLEntry.h.

Referenced by ACLExternal::aclMatchExternal(), copyResultsFromEntry(), and update().

◆ user

String ExternalACLEntry::user

Definition at line 74 of file ExternalACLEntry.h.

Referenced by ACLExternal::aclMatchExternal(), copyResultsFromEntry(), and update().


The documentation for this class was generated from the following files:

 

Introduction

Documentation

Support

Miscellaneous