This is the complete list of members for BasicAuthorizer, including all inherited members.
| Authorizer(const std::string &realm) | Authorizer | |
| Authorizer(const char *realm) | Authorizer | |
| BasicAuthorizer(const std::string &realm) | BasicAuthorizer | |
| BasicAuthorizer(const char *realm) | BasicAuthorizer | |
| beginAuthorize(const Request &req, Reply &reply, bool &granted) | Authorizer | |
| cancelAuthorization(Authorization *auth) | Authorizer | |
| endAuthorization(Authorization *auth) | Authorizer | |
| onAuthorizeCredentials(const Credential &cred, bool &granted)=0 | BasicAuthorizer | protectedpure virtual |
| onBeginAuthorize(const Request &req, Reply &reply, bool &granted) | BasicAuthorizer | protectedvirtual |
| onReleaseAuthorization(Authorization *auth)=0 | Authorizer | protectedpure virtual |
| realm() const | Authorizer | |
| ~Authorizer() | Authorizer | virtual |
| ~BasicAuthorizer() | BasicAuthorizer |