Package backend :: Package server :: Package handlers :: Package sat :: Module auth :: Class Authentication
[hide private]
[frames] | no frames]

Class Authentication

source code


Simple authentication based on hostname and configured slaves

Instance Methods [hide private]
 
__init__(self) source code
 
auth_system(self) source code
 
check(self, system_id_ignored)
xmlrpc authentication.
source code
 
login(self, system_id, extra_data={})
Return a dictionary of session token/channel information.
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)

source code 
Overrides: spacewalk.server.rhnHandler.rhnHandler.auth_system

login(self, system_id, extra_data={})

source code 

Return a dictionary of session token/channel information. Also sets this information in the headers.