#include <ConfigRPC.h>

This is a default set of callbacks that allow access only to callers in the same domain. and no-ops for the modified and deleted callbacks.
Public Member Functions | |
| ConfigRPC_InDomainCallback (const UtlString &domain) | |
| Instantiate this to allow configuration from hosts in the same SIP domain. | |
| virtual XmlRpcMethod::ExecutionStatus | accessAllowed (const HttpRequestContext &requestContext, ConfigRPC_Callback::Method method) const |
| Access check function. | |
Protected Attributes | |
| UtlString | mAllowedDomain |
Private Member Functions | |
| ConfigRPC_InDomainCallback (const ConfigRPC_InDomainCallback &nocopy) | |
| no copy constructor | |
| ConfigRPC_InDomainCallback & | operator= (const ConfigRPC_InDomainCallback &noassignment) |
| no assignment operator | |
| ConfigRPC_InDomainCallback | ( | const UtlString & | domain | ) |
Instantiate this to allow configuration from hosts in the same SIP domain.
| domain | domain name to allow |
| ConfigRPC_InDomainCallback | ( | const ConfigRPC_InDomainCallback & | nocopy | ) | [private] |
no copy constructor
| XmlRpcMethod::ExecutionStatus accessAllowed | ( | const HttpRequestContext & | requestContext, | |
| ConfigRPC_Callback::Method | method | |||
| ) | const [virtual] |
Access check function.
Reimplemented from ConfigRPC_Callback.
| ConfigRPC_InDomainCallback& operator= | ( | const ConfigRPC_InDomainCallback & | noassignment | ) | [private] |
no assignment operator
UtlString mAllowedDomain [protected] |