|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|

Go to the source code of this file.
Classes | |
| struct | DavAuth |
| This class implements HTTP Basic and HTTP Digest authentication. More... | |
Macros | |
| #define | DavAuth_getBasicAuth(o) (&(o)->basicAuth) |
| Access the embedded Basic authenticator. More... | |
| #define | DavAuth_getDigestAuth(o) (&(o)->digestAuth) |
| Access the embedded Digest authenticator. More... | |
| #define | DavAuth_setLoginTracker(o, loginTracker) |
| C form of DavAuth::setLoginTracker. More... | |
Typedefs | |
| typedef DavAuth | DavAuth |
| This class implements HTTP Basic and HTTP Digest authentication. More... | |
Functions | |
| BA_API void | DavAuth_constructor (DavAuth *o, UserIntf *userDbIntf, const char *realm) |
| C form of DavAuth::DavAuth. More... | |
| BA_API void | DavAuth_destructor (DavAuth *o) |
| Release authenticator-owned realm storage after detaching all users. More... | |