#include <HostListCheck.h>
Inheritance diagram for CHostListCheck:
Public Methods | |
CHostListCheck () | |
~CHostListCheck () | |
CHostListCheck (const CHostListCheck &aCHostListCheck) | |
CHostListCheck & | operator= (const CHostListCheck &aCHostListCheck) |
virtual Bool_t | Authenticate (CInteractor &rInteractor) |
Bool_t | Authenticate (const std::string &rHostname) |
virtual void | AddAclEntry (const std::string &rHostname) |
virtual void | DeleteAclEntry (const std::string &rHostname) |
Bool_t | Authenticate (in_addr Address) |
void | AddIpAddress (in_addr Address) |
void | DeleteIpAddress (in_addr address) |
Protected Methods | |
std::string | EncodeAddress (in_addr Address) |
Private Methods | |
int | operator== (const CHostListCheck &aCHostListCheck) const |
|
Definition at line 334 of file HostListCheck.h. |
|
Definition at line 337 of file HostListCheck.h. |
|
Definition at line 342 of file HostListCheck.h. |
|
Reimplemented from CAccessListCheck. Definition at line 367 of file HostListCheck.h. References CAccessListCheck::AddAclEntry(). |
|
Definition at line 330 of file HostListCheck.cpp. References CAccessListCheck::AddAclEntry(), and EncodeAddress(). |
|
Definition at line 377 of file HostListCheck.h. References CAccessListCheck::Authenticate(), and EncodeAddress(). |
|
Definition at line 316 of file HostListCheck.cpp. References Authenticate(). |
|
Reimplemented from CAccessListCheck. Definition at line 362 of file HostListCheck.h. References CAuthenticator::GetLine(). Referenced by Authenticate(). |
|
Reimplemented from CAccessListCheck. Definition at line 372 of file HostListCheck.h. References CAccessListCheck::DeleteAclEntry(). |
|
Definition at line 344 of file HostListCheck.cpp. References CAccessListCheck::DeleteAclEntry(), and EncodeAddress(). |
|
Definition at line 351 of file HostListCheck.cpp. Referenced by AddIpAddress(), Authenticate(), and DeleteIpAddress(). |
|
Definition at line 349 of file HostListCheck.h. References CAccessListCheck::operator=(). |
|
|