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.

Methods

Included Modules

Puppet::Network::Authorization

Constants

ERR_UNAUTHORIZED = 30

Public Instance methods

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.

[Validate]