Kea
1.9.9-git
|
Go to the source code of this file.
Classes | |
class | isc::http::BasicHttpAuthClient |
Basic HTTP authentication client configuration. More... | |
class | isc::http::BasicHttpAuthConfig |
Basic HTTP authentication configuration. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::http | |
Typedefs | |
typedef std::list< BasicHttpAuthClient > | isc::http::BasicHttpAuthClientList |
Type of basic HTTP authentication client configuration list. More... | |
typedef boost::shared_ptr< BasicHttpAuthConfig > | isc::http::BasicHttpAuthConfigPtr |
Type of shared pointers to basic HTTP authentication configuration. More... | |
typedef std::unordered_map< std::string, std::string > | isc::http::BasicHttpAuthMap |
Type of basic HTTP authentication credential and user id map, e.g. More... | |