Package backend :: Package server :: Package handlers :: Package xmlrpc :: Module proxy :: Class rhnProxyHandler
[hide private]
[frames] | no frames]

Class rhnProxyHandler

source code


Instance Methods [hide private]
 
__init__(self) source code
 
auth_system(self, system_id)
System authentication.
source code
 
auth_client(self, token)
Authenticate a system based on the same authentication tokens the client is sending for GET requests
source code

Inherited from spacewalk.common.RPC_Base.RPC_Base: get_function

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: spacewalk.common.RPC_Base.RPC_Base.__init__

auth_system(self, system_id)

source code 

System authentication. We override the standard function because we need to check additionally if this system_id is entitled for proxy functionality.

Overrides: spacewalk.server.rhnHandler.rhnHandler.auth_system