The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

HTTPACL Class Reference

Inheritance diagram for HTTPACL:

Inheritance graph
[legend]
Collaboration diagram for HTTPACL:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTTPACL (const std::string &set_path, const std::string &set_username, const std::string &set_password, const std::string &set_whitelist, const std::string &set_blacklist)
 ~HTTPACL ()

Public Attributes

std::string path
std::string username
std::string password
std::string whitelist
std::string blacklist

Detailed Description

Definition at line 21 of file m_httpd_acl.cpp.


Constructor & Destructor Documentation

HTTPACL::HTTPACL const std::string set_path,
const std::string set_username,
const std::string set_password,
const std::string set_whitelist,
const std::string set_blacklist
[inline]
 

Definition at line 30 of file m_httpd_acl.cpp.

HTTPACL::~HTTPACL  )  [inline]
 

Definition at line 35 of file m_httpd_acl.cpp.


Member Data Documentation

std::string HTTPACL::blacklist
 

Definition at line 28 of file m_httpd_acl.cpp.

std::string HTTPACL::password
 

Definition at line 26 of file m_httpd_acl.cpp.

std::string HTTPACL::path
 

Definition at line 24 of file m_httpd_acl.cpp.

std::string HTTPACL::username
 

Definition at line 25 of file m_httpd_acl.cpp.

std::string HTTPACL::whitelist
 

Definition at line 27 of file m_httpd_acl.cpp.


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