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