Module | Puppet::Network::XMLRPCProcessor |
In: |
lib/puppet/network/xmlrpc/processor.rb
|
Most of our subclassing is just so that we can get access to information from the request object, like the client name and IP address.
ERR_UNAUTHORIZED | = | 30 |
Convert our data and client request into xmlrpc calls, and verify they‘re authorized and such-like. This method differs from the default in that it expects a ClientRequest object in addition to the data.