ResourceBasicAuth Class Reference
#include <ResourceBasicAuth.h>
Inheritance diagram for ResourceBasicAuth:
Collaboration diagram for ResourceBasicAuth:
Public Member Functions | |
| ResourceBasicAuth (const String &realm, const String &username, const String &password) | |
| bool | headersComplete (HttpServerConnection &, HttpRequest &request, HttpResponse &response) override |
Public Member Functions inherited from LinkedObjectTemplate< HttpResourcePlugin > | |
| HttpResourcePlugin * | getNext () const |
| bool | insertAfter (HttpResourcePlugin *object) |
| Iterator | begin () const |
| Iterator | end () const |
| Iterator | cbegin () const |
| Iterator | cend () const |
Public Member Functions inherited from LinkedObject | |
| virtual | ~LinkedObject ()=default |
| virtual LinkedObject * | next () const |
| bool | insertAfter (LinkedObject *object) |
| bool | operator== (const LinkedObject &other) const |
| bool | operator!= (const LinkedObject &other) const |
Additional Inherited Members | |
Public Types inherited from HttpResourcePlugin | |
| using | OwnedList = OwnedLinkedObjectListTemplate< HttpResourcePlugin > |
Public Types inherited from LinkedObjectTemplate< HttpResourcePlugin > | |
| using | Iterator = IteratorTemplate< HttpResourcePlugin, HttpResourcePlugin *, HttpResourcePlugin & > |
| using | ConstIterator = IteratorTemplate< const HttpResourcePlugin, const HttpResourcePlugin *, const HttpResourcePlugin & > |
Protected Member Functions inherited from HttpResourcePlugin | |
| virtual bool | urlComplete (HttpServerConnection &, HttpRequest &, HttpResponse &) |
| virtual bool | upgradeReceived (HttpServerConnection &, HttpRequest &, [[maybe_unused]] char *data, [[maybe_unused]] size_t length) |
| virtual bool | bodyReceived (HttpServerConnection &, HttpRequest &, [[maybe_unused]] char *&data, [[maybe_unused]] size_t &length) |
| virtual bool | requestComplete (HttpServerConnection &, HttpRequest &, HttpResponse &) |
Constructor & Destructor Documentation
◆ ResourceBasicAuth()
|
inline |
Member Function Documentation
◆ headersComplete()
|
inlineoverridevirtual |
Reimplemented from HttpResourcePlugin.
The documentation for this class was generated from the following file:
Public Member Functions inherited from
1.9.1