This is the complete list of members for
pion::net::HTTPAuth, including all inherited members.
addPermit(const std::string &resource) | pion::net::HTTPAuth | |
addRestrict(const std::string &resource) | pion::net::HTTPAuth | |
addUser(std::string const &username, std::string const &password) | pion::net::HTTPAuth | [inline, virtual] |
AuthResourceSet typedef | pion::net::HTTPAuth | [protected] |
findResource(const AuthResourceSet &resource_set, const std::string &resource) const | pion::net::HTTPAuth | [protected] |
getUser(std::string const &username) | pion::net::HTTPAuth | [inline, virtual] |
handleRequest(HTTPRequestPtr &request, TCPConnectionPtr &tcp_conn)=0 | pion::net::HTTPAuth | [pure virtual] |
HTTPAuth(PionUserManagerPtr userManager) | pion::net::HTTPAuth | [inline] |
m_logger | pion::net::HTTPAuth | [mutable, protected] |
m_resource_mutex | pion::net::HTTPAuth | [mutable, protected] |
m_restrict_list | pion::net::HTTPAuth | [protected] |
m_user_manager | pion::net::HTTPAuth | [protected] |
m_white_list | pion::net::HTTPAuth | [protected] |
needAuthentication(HTTPRequestPtr const &http_request) const | pion::net::HTTPAuth | [protected] |
removeUser(std::string const &username) | pion::net::HTTPAuth | [inline, virtual] |
setLogger(PionLogger log_ptr) | pion::net::HTTPAuth | [inline, protected] |
setOption(const std::string &name, const std::string &value) | pion::net::HTTPAuth | [inline, virtual] |
updateUser(std::string const &username, std::string const &password) | pion::net::HTTPAuth | [inline, virtual] |
~HTTPAuth() | pion::net::HTTPAuth | [inline, virtual] |